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:
Diffstat (limited to 'main/src/addins/MonoDevelop.SourceEditor2/gtk-gui/MonoDevelop.SourceEditor.GotoLineNumberWidget.cs')
-rw-r--r--main/src/addins/MonoDevelop.SourceEditor2/gtk-gui/MonoDevelop.SourceEditor.GotoLineNumberWidget.cs68
1 files changed, 37 insertions, 31 deletions
diff --git a/main/src/addins/MonoDevelop.SourceEditor2/gtk-gui/MonoDevelop.SourceEditor.GotoLineNumberWidget.cs b/main/src/addins/MonoDevelop.SourceEditor2/gtk-gui/MonoDevelop.SourceEditor.GotoLineNumberWidget.cs
index 1b7c8e870b..1047bb7150 100644
--- a/main/src/addins/MonoDevelop.SourceEditor2/gtk-gui/MonoDevelop.SourceEditor.GotoLineNumberWidget.cs
+++ b/main/src/addins/MonoDevelop.SourceEditor2/gtk-gui/MonoDevelop.SourceEditor.GotoLineNumberWidget.cs
@@ -2,86 +2,92 @@
// This file has been generated by the GUI designer. Do not modify.
namespace MonoDevelop.SourceEditor
{
- partial class GotoLineNumberWidget
+ public partial class GotoLineNumberWidget
{
private global::Gtk.HBox hbox1;
+
private global::Gtk.Entry entryLineNumber;
+
private global::Gtk.Button buttonGoToLine;
+
private global::Gtk.EventBox eventbox2;
+
private global::Gtk.Image image2;
+
private global::Gtk.Button closeButton;
+
private global::Gtk.EventBox eventbox1;
+
private global::Gtk.Image image1;
-
- protected virtual void Build ()
+
+ protected virtual void Build()
{
- global::Stetic.Gui.Initialize (this);
+ global::Stetic.Gui.Initialize(this);
// Widget MonoDevelop.SourceEditor.GotoLineNumberWidget
- global::Stetic.BinContainer.Attach (this);
+ global::Stetic.BinContainer.Attach(this);
this.Name = "MonoDevelop.SourceEditor.GotoLineNumberWidget";
// Container child MonoDevelop.SourceEditor.GotoLineNumberWidget.Gtk.Container+ContainerChild
- this.hbox1 = new global::Gtk.HBox ();
+ this.hbox1 = new global::Gtk.HBox();
this.hbox1.Name = "hbox1";
// Container child hbox1.Gtk.Box+BoxChild
- this.entryLineNumber = new global::Gtk.Entry ();
+ this.entryLineNumber = new global::Gtk.Entry();
this.entryLineNumber.CanFocus = true;
this.entryLineNumber.Name = "entryLineNumber";
this.entryLineNumber.IsEditable = true;
this.entryLineNumber.InvisibleChar = '●';
- this.hbox1.Add (this.entryLineNumber);
- global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryLineNumber]));
+ this.hbox1.Add(this.entryLineNumber);
+ global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entryLineNumber]));
w1.Position = 0;
w1.Expand = false;
// Container child hbox1.Gtk.Box+BoxChild
- this.buttonGoToLine = new global::Gtk.Button ();
+ this.buttonGoToLine = new global::Gtk.Button();
this.buttonGoToLine.CanDefault = true;
this.buttonGoToLine.CanFocus = true;
this.buttonGoToLine.Name = "buttonGoToLine";
this.buttonGoToLine.Relief = ((global::Gtk.ReliefStyle)(2));
// Container child buttonGoToLine.Gtk.Container+ContainerChild
- this.eventbox2 = new global::Gtk.EventBox ();
+ this.eventbox2 = new global::Gtk.EventBox();
this.eventbox2.Name = "eventbox2";
this.eventbox2.AboveChild = true;
this.eventbox2.VisibleWindow = false;
// Container child eventbox2.Gtk.Container+ContainerChild
- this.image2 = new global::Gtk.Image ();
+ this.image2 = new global::Gtk.Image();
this.image2.Name = "image2";
- this.image2.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-jump-to", global::Gtk.IconSize.Menu);
- this.eventbox2.Add (this.image2);
- this.buttonGoToLine.Add (this.eventbox2);
- this.buttonGoToLine.Label = null;
- this.hbox1.Add (this.buttonGoToLine);
- global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonGoToLine]));
+ this.image2.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-jump-to", global::Gtk.IconSize.Menu);
+ this.eventbox2.Add(this.image2);
+ this.buttonGoToLine.Add(this.eventbox2);
+ this.hbox1.Add(this.buttonGoToLine);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonGoToLine]));
w4.Position = 1;
w4.Expand = false;
w4.Fill = false;
// Container child hbox1.Gtk.Box+BoxChild
- this.closeButton = new global::Gtk.Button ();
+ this.closeButton = new global::Gtk.Button();
this.closeButton.CanFocus = true;
this.closeButton.Name = "closeButton";
this.closeButton.Relief = ((global::Gtk.ReliefStyle)(2));
// Container child closeButton.Gtk.Container+ContainerChild
- this.eventbox1 = new global::Gtk.EventBox ();
+ this.eventbox1 = new global::Gtk.EventBox();
this.eventbox1.Name = "eventbox1";
this.eventbox1.AboveChild = true;
this.eventbox1.VisibleWindow = false;
// Container child eventbox1.Gtk.Container+ContainerChild
- this.image1 = new global::Gtk.Image ();
+ this.image1 = new global::Gtk.Image();
this.image1.Name = "image1";
- this.image1.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-close", global::Gtk.IconSize.Menu);
- this.eventbox1.Add (this.image1);
- this.closeButton.Add (this.eventbox1);
- this.closeButton.Label = null;
- this.hbox1.Add (this.closeButton);
- global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.closeButton]));
+ this.image1.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-close", global::Gtk.IconSize.Menu);
+ this.eventbox1.Add(this.image1);
+ this.closeButton.Add(this.eventbox1);
+ this.hbox1.Add(this.closeButton);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.closeButton]));
w7.Position = 2;
w7.Expand = false;
w7.Fill = false;
- this.Add (this.hbox1);
- if ((this.Child != null)) {
- this.Child.ShowAll ();
+ this.Add(this.hbox1);
+ if ((this.Child != null))
+ {
+ this.Child.ShowAll();
}
- this.Show ();
+ this.Show();
}
}
}