Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2010-01-28 22:38:12 +0300
committerLluis Sanchez <lluis@novell.com>2010-01-28 22:38:12 +0300
commitb88f4be8b5bc374bc4d8fafec1f9a25ab54f91c0 (patch)
tree7320d110b7e058205cd208dac81bc43fd0124cfd /main/src/addins/ILAsmBinding
parent21fe44fec6c36c2865c776192486ddb7a6e6db5a (diff)
Flush.
svn path=/trunk/monodevelop/; revision=150396
Diffstat (limited to 'main/src/addins/ILAsmBinding')
-rw-r--r--main/src/addins/ILAsmBinding/ChangeLog6
-rw-r--r--main/src/addins/ILAsmBinding/gtk-gui/ILAsmBinding.CompilerParametersPanelWidget.cs235
-rw-r--r--main/src/addins/ILAsmBinding/gtk-gui/generated.cs159
3 files changed, 200 insertions, 200 deletions
diff --git a/main/src/addins/ILAsmBinding/ChangeLog b/main/src/addins/ILAsmBinding/ChangeLog
index 79d682cb9a..e996329827 100644
--- a/main/src/addins/ILAsmBinding/ChangeLog
+++ b/main/src/addins/ILAsmBinding/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-28 Lluis Sanchez Gual <lluis@novell.com>
+
+ * gtk-gui/generated.cs:
+ * gtk-gui/ILAsmBinding.CompilerParametersPanelWidget.cs:
+ Flush.
+
2009-12-01 Lluis Sanchez Gual <lluis@novell.com>
* ILAsmLanguageBinding.cs:
diff --git a/main/src/addins/ILAsmBinding/gtk-gui/ILAsmBinding.CompilerParametersPanelWidget.cs b/main/src/addins/ILAsmBinding/gtk-gui/ILAsmBinding.CompilerParametersPanelWidget.cs
index c2aa068997..01bc9161a5 100644
--- a/main/src/addins/ILAsmBinding/gtk-gui/ILAsmBinding.CompilerParametersPanelWidget.cs
+++ b/main/src/addins/ILAsmBinding/gtk-gui/ILAsmBinding.CompilerParametersPanelWidget.cs
@@ -1,123 +1,116 @@
-// ------------------------------------------------------------------------------
-// <autogenerated>
-// This code was generated by a tool.
-//
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-// </autogenerated>
-// ------------------------------------------------------------------------------
-namespace ILAsmBinding {
-
- public partial class CompilerParametersPanelWidget {
-
- private Gtk.VBox vbox1;
-
- private Gtk.Frame frame1;
-
- private Gtk.Alignment GtkAlignment;
-
- private Gtk.VBox vbox3;
-
- private Gtk.HBox hbox1;
-
- private Gtk.Label label86;
-
- private Gtk.HBox hbox57;
-
- private Gtk.ComboBox compileTargetCombo;
-
- private Gtk.CheckButton checkbuttonIncludeDebugInfo;
-
- private Gtk.Label GtkLabel1;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget ILAsmBinding.CompilerParametersPanelWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "ILAsmBinding.CompilerParametersPanelWidget";
- // Container child ILAsmBinding.CompilerParametersPanelWidget.Gtk.Container+ContainerChild
- this.vbox1 = new Gtk.VBox();
- this.vbox1.Name = "vbox1";
- this.vbox1.Spacing = 6;
- // Container child vbox1.Gtk.Box+BoxChild
- this.frame1 = new Gtk.Frame();
- this.frame1.Name = "frame1";
- this.frame1.ShadowType = ((Gtk.ShadowType)(0));
- // Container child frame1.Gtk.Container+ContainerChild
- this.GtkAlignment = new Gtk.Alignment(0F, 0F, 1F, 1F);
- this.GtkAlignment.Name = "GtkAlignment";
- this.GtkAlignment.LeftPadding = ((uint)(12));
- // Container child GtkAlignment.Gtk.Container+ContainerChild
- this.vbox3 = new Gtk.VBox();
- this.vbox3.Name = "vbox3";
- this.vbox3.Spacing = 6;
- // Container child vbox3.Gtk.Box+BoxChild
- this.hbox1 = new Gtk.HBox();
- this.hbox1.Name = "hbox1";
- this.hbox1.Spacing = 6;
- // Container child hbox1.Gtk.Box+BoxChild
- this.label86 = new Gtk.Label();
- this.label86.Name = "label86";
- this.label86.Xalign = 0F;
- this.label86.LabelProp = Mono.Unix.Catalog.GetString("Compile _Target:");
- this.label86.UseUnderline = true;
- this.hbox1.Add(this.label86);
- Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.hbox1[this.label86]));
- w1.Position = 0;
- w1.Expand = false;
- w1.Fill = false;
- // Container child hbox1.Gtk.Box+BoxChild
- this.hbox57 = new Gtk.HBox();
- this.hbox57.Name = "hbox57";
- // Container child hbox57.Gtk.Box+BoxChild
- this.compileTargetCombo = new Gtk.ComboBox();
- this.compileTargetCombo.Name = "compileTargetCombo";
- this.hbox57.Add(this.compileTargetCombo);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox57[this.compileTargetCombo]));
- w2.Position = 0;
- w2.Expand = false;
- w2.Fill = false;
- this.hbox1.Add(this.hbox57);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox1[this.hbox57]));
- w3.Position = 1;
- w3.Expand = false;
- w3.Fill = false;
- this.vbox3.Add(this.hbox1);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox3[this.hbox1]));
- w4.Position = 0;
- w4.Expand = false;
- w4.Fill = false;
- // Container child vbox3.Gtk.Box+BoxChild
- this.checkbuttonIncludeDebugInfo = new Gtk.CheckButton();
- this.checkbuttonIncludeDebugInfo.CanFocus = true;
- this.checkbuttonIncludeDebugInfo.Name = "checkbuttonIncludeDebugInfo";
- this.checkbuttonIncludeDebugInfo.Label = Mono.Unix.Catalog.GetString("Include debug information");
- this.checkbuttonIncludeDebugInfo.DrawIndicator = true;
- this.checkbuttonIncludeDebugInfo.UseUnderline = true;
- this.vbox3.Add(this.checkbuttonIncludeDebugInfo);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox3[this.checkbuttonIncludeDebugInfo]));
- w5.Position = 1;
- w5.Expand = false;
- w5.Fill = false;
- this.GtkAlignment.Add(this.vbox3);
- this.frame1.Add(this.GtkAlignment);
- this.GtkLabel1 = new Gtk.Label();
- this.GtkLabel1.Name = "GtkLabel1";
- this.GtkLabel1.LabelProp = Mono.Unix.Catalog.GetString("<b>Code Generation</b>");
- this.GtkLabel1.UseMarkup = true;
- this.frame1.LabelWidget = this.GtkLabel1;
- this.vbox1.Add(this.frame1);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.vbox1[this.frame1]));
- w8.Position = 0;
- w8.Expand = false;
- w8.Fill = false;
- this.Add(this.vbox1);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Hide();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace ILAsmBinding
+{
+ public partial class CompilerParametersPanelWidget
+ {
+ private global::Gtk.VBox vbox1;
+
+ private global::Gtk.Frame frame1;
+
+ private global::Gtk.Alignment GtkAlignment;
+
+ private global::Gtk.VBox vbox3;
+
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.Label label86;
+
+ private global::Gtk.HBox hbox57;
+
+ private global::Gtk.ComboBox compileTargetCombo;
+
+ private global::Gtk.CheckButton checkbuttonIncludeDebugInfo;
+
+ private global::Gtk.Label GtkLabel1;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget ILAsmBinding.CompilerParametersPanelWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "ILAsmBinding.CompilerParametersPanelWidget";
+ // Container child ILAsmBinding.CompilerParametersPanelWidget.Gtk.Container+ContainerChild
+ this.vbox1 = new global::Gtk.VBox ();
+ this.vbox1.Name = "vbox1";
+ this.vbox1.Spacing = 6;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.frame1 = new global::Gtk.Frame ();
+ this.frame1.Name = "frame1";
+ this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
+ // Container child frame1.Gtk.Container+ContainerChild
+ this.GtkAlignment = new global::Gtk.Alignment (0f, 0f, 1f, 1f);
+ this.GtkAlignment.Name = "GtkAlignment";
+ this.GtkAlignment.LeftPadding = ((uint)(12));
+ // Container child GtkAlignment.Gtk.Container+ContainerChild
+ this.vbox3 = new global::Gtk.VBox ();
+ this.vbox3.Name = "vbox3";
+ this.vbox3.Spacing = 6;
+ // Container child vbox3.Gtk.Box+BoxChild
+ this.hbox1 = new global::Gtk.HBox ();
+ this.hbox1.Name = "hbox1";
+ this.hbox1.Spacing = 6;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.label86 = new global::Gtk.Label ();
+ this.label86.Name = "label86";
+ this.label86.Xalign = 0f;
+ this.label86.LabelProp = global::Mono.Unix.Catalog.GetString ("Compile _Target:");
+ this.label86.UseUnderline = true;
+ this.hbox1.Add (this.label86);
+ global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label86]));
+ w1.Position = 0;
+ w1.Expand = false;
+ w1.Fill = false;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.hbox57 = new global::Gtk.HBox ();
+ this.hbox57.Name = "hbox57";
+ // Container child hbox57.Gtk.Box+BoxChild
+ this.compileTargetCombo = new global::Gtk.ComboBox ();
+ this.compileTargetCombo.Name = "compileTargetCombo";
+ this.hbox57.Add (this.compileTargetCombo);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox57[this.compileTargetCombo]));
+ w2.Position = 0;
+ w2.Expand = false;
+ w2.Fill = false;
+ this.hbox1.Add (this.hbox57);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.hbox57]));
+ w3.Position = 1;
+ w3.Expand = false;
+ w3.Fill = false;
+ this.vbox3.Add (this.hbox1);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox1]));
+ w4.Position = 0;
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child vbox3.Gtk.Box+BoxChild
+ this.checkbuttonIncludeDebugInfo = new global::Gtk.CheckButton ();
+ this.checkbuttonIncludeDebugInfo.CanFocus = true;
+ this.checkbuttonIncludeDebugInfo.Name = "checkbuttonIncludeDebugInfo";
+ this.checkbuttonIncludeDebugInfo.Label = global::Mono.Unix.Catalog.GetString ("Include debug information");
+ this.checkbuttonIncludeDebugInfo.DrawIndicator = true;
+ this.checkbuttonIncludeDebugInfo.UseUnderline = true;
+ this.vbox3.Add (this.checkbuttonIncludeDebugInfo);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkbuttonIncludeDebugInfo]));
+ w5.Position = 1;
+ w5.Expand = false;
+ w5.Fill = false;
+ this.GtkAlignment.Add (this.vbox3);
+ this.frame1.Add (this.GtkAlignment);
+ this.GtkLabel1 = new global::Gtk.Label ();
+ this.GtkLabel1.Name = "GtkLabel1";
+ this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Code Generation</b>");
+ this.GtkLabel1.UseMarkup = true;
+ this.frame1.LabelWidget = this.GtkLabel1;
+ this.vbox1.Add (this.frame1);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.frame1]));
+ w8.Position = 0;
+ w8.Expand = false;
+ w8.Fill = false;
+ this.Add (this.vbox1);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Hide ();
+ }
+ }
}
diff --git a/main/src/addins/ILAsmBinding/gtk-gui/generated.cs b/main/src/addins/ILAsmBinding/gtk-gui/generated.cs
index 6824a966b6..aa96390c4a 100644
--- a/main/src/addins/ILAsmBinding/gtk-gui/generated.cs
+++ b/main/src/addins/ILAsmBinding/gtk-gui/generated.cs
@@ -1,81 +1,82 @@
-// ------------------------------------------------------------------------------
-// <autogenerated>
-// This code was generated by a tool.
-//
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-// </autogenerated>
-// ------------------------------------------------------------------------------
-namespace Stetic {
-
- internal class Gui {
-
- private static bool initialized;
-
- internal static void Initialize(Gtk.Widget iconRenderer) {
- if ((Stetic.Gui.initialized == false)) {
- Stetic.Gui.initialized = true;
- }
- }
- }
-
- internal class BinContainer {
-
- private Gtk.Widget child;
-
- private Gtk.UIManager uimanager;
-
- public static BinContainer Attach(Gtk.Bin bin) {
- BinContainer bc = new BinContainer();
- bin.SizeRequested += new Gtk.SizeRequestedHandler(bc.OnSizeRequested);
- bin.SizeAllocated += new Gtk.SizeAllocatedHandler(bc.OnSizeAllocated);
- bin.Added += new Gtk.AddedHandler(bc.OnAdded);
- return bc;
- }
-
- private void OnSizeRequested(object sender, Gtk.SizeRequestedArgs args) {
- if ((this.child != null)) {
- args.Requisition = this.child.SizeRequest();
- }
- }
-
- private void OnSizeAllocated(object sender, Gtk.SizeAllocatedArgs args) {
- if ((this.child != null)) {
- this.child.Allocation = args.Allocation;
- }
- }
-
- private void OnAdded(object sender, Gtk.AddedArgs args) {
- this.child = args.Widget;
- }
-
- public void SetUiManager(Gtk.UIManager uim) {
- this.uimanager = uim;
- this.child.Realized += new System.EventHandler(this.OnRealized);
- }
-
- private void OnRealized(object sender, System.EventArgs args) {
- if ((this.uimanager != null)) {
- Gtk.Widget w;
- w = this.child.Toplevel;
- if (((w != null) && typeof(Gtk.Window).IsInstanceOfType(w))) {
- ((Gtk.Window)(w)).AddAccelGroup(this.uimanager.AccelGroup);
- this.uimanager = null;
- }
- }
- }
- }
-
- internal class ActionGroups {
-
- public static Gtk.ActionGroup GetActionGroup(System.Type type) {
- return Stetic.ActionGroups.GetActionGroup(type.FullName);
- }
-
- public static Gtk.ActionGroup GetActionGroup(string name) {
- return null;
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace Stetic
+{
+ internal class Gui
+ {
+ private static bool initialized;
+
+ static internal void Initialize (Gtk.Widget iconRenderer)
+ {
+ if ((Stetic.Gui.initialized == false)) {
+ Stetic.Gui.initialized = true;
+ }
+ }
+ }
+
+ internal class BinContainer
+ {
+ private Gtk.Widget child;
+
+ private Gtk.UIManager uimanager;
+
+ public static BinContainer Attach (Gtk.Bin bin)
+ {
+ BinContainer bc = new BinContainer ();
+ bin.SizeRequested += new Gtk.SizeRequestedHandler (bc.OnSizeRequested);
+ bin.SizeAllocated += new Gtk.SizeAllocatedHandler (bc.OnSizeAllocated);
+ bin.Added += new Gtk.AddedHandler (bc.OnAdded);
+ return bc;
+ }
+
+ private void OnSizeRequested (object sender, Gtk.SizeRequestedArgs args)
+ {
+ if ((this.child != null)) {
+ args.Requisition = this.child.SizeRequest ();
+ }
+ }
+
+ private void OnSizeAllocated (object sender, Gtk.SizeAllocatedArgs args)
+ {
+ if ((this.child != null)) {
+ this.child.Allocation = args.Allocation;
+ }
+ }
+
+ private void OnAdded (object sender, Gtk.AddedArgs args)
+ {
+ this.child = args.Widget;
+ }
+
+ public void SetUiManager (Gtk.UIManager uim)
+ {
+ this.uimanager = uim;
+ this.child.Realized += new System.EventHandler (this.OnRealized);
+ }
+
+ private void OnRealized (object sender, System.EventArgs args)
+ {
+ if ((this.uimanager != null)) {
+ Gtk.Widget w;
+ w = this.child.Toplevel;
+ if (((w != null) && typeof(Gtk.Window).IsInstanceOfType (w))) {
+ ((Gtk.Window)(w)).AddAccelGroup (this.uimanager.AccelGroup);
+ this.uimanager = null;
+ }
+ }
+ }
+ }
+
+ internal class ActionGroups
+ {
+ public static Gtk.ActionGroup GetActionGroup (System.Type type)
+ {
+ return Stetic.ActionGroups.GetActionGroup (type.FullName);
+ }
+
+ public static Gtk.ActionGroup GetActionGroup (string name)
+ {
+ return null;
+ }
+ }
}