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:
authorVsevolod Kukol <sevoku@xamarin.com>2015-12-16 19:33:52 +0300
committerVsevolod Kukol <sevoku@xamarin.com>2015-12-16 19:59:07 +0300
commit8cccfdb7ea2ab46b74c74c1acbe056909d75daeb (patch)
tree8f284ce2547ca42074b038288eb2a77a929b3cb9 /main/src/core/MonoDevelop.Ide/gtk-gui
parent91659358c3974e1b3089d5196b6502bcc48d6f54 (diff)
parentc2316ec58381f2e8e4d87d4bdf9112c5bd9415be (diff)
Merge remote-tracking branch 'origin/master' into roslyn-dark-skin
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtk-gui')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.cs42
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic44
2 files changed, 69 insertions, 17 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.cs
index 94a5eaabe9..b71bc465f0 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.cs
@@ -2,11 +2,20 @@
// This file has been generated by the GUI designer. Do not modify.
namespace MonoDevelop.Ide.StandardHeader
{
- internal partial class StandardHeaderPolicyPanelWidget
+ public partial class StandardHeaderPolicyPanelWidget
{
private global::Gtk.VBox vbox2;
+
+ private global::Gtk.HBox hbox2;
+
private global::Gtk.ScrolledWindow GtkScrolledWindow;
+
private global::Gtk.TextView headerText;
+
+ private global::Gtk.ScrolledWindow GtkScrolledWindow1;
+
+ private global::Gtk.TreeView treeviewTemplates;
+
private global::Gtk.CheckButton includeAutoCheck;
protected virtual void Build ()
@@ -20,6 +29,10 @@ namespace MonoDevelop.Ide.StandardHeader
this.vbox2.Name = "vbox2";
this.vbox2.Spacing = 6;
// Container child vbox2.Gtk.Box+BoxChild
+ this.hbox2 = new global::Gtk.HBox ();
+ this.hbox2.Name = "hbox2";
+ this.hbox2.Spacing = 6;
+ // Container child hbox2.Gtk.Box+BoxChild
this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
this.GtkScrolledWindow.Name = "GtkScrolledWindow";
this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
@@ -28,9 +41,24 @@ namespace MonoDevelop.Ide.StandardHeader
this.headerText.CanFocus = true;
this.headerText.Name = "headerText";
this.GtkScrolledWindow.Add (this.headerText);
- this.vbox2.Add (this.GtkScrolledWindow);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
+ this.hbox2.Add (this.GtkScrolledWindow);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow]));
w2.Position = 0;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
+ this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
+ this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
+ this.treeviewTemplates = new global::Gtk.TreeView ();
+ this.treeviewTemplates.CanFocus = true;
+ this.treeviewTemplates.Name = "treeviewTemplates";
+ this.GtkScrolledWindow1.Add (this.treeviewTemplates);
+ this.hbox2.Add (this.GtkScrolledWindow1);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow1]));
+ w4.Position = 1;
+ this.vbox2.Add (this.hbox2);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
+ w5.Position = 0;
// Container child vbox2.Gtk.Box+BoxChild
this.includeAutoCheck = new global::Gtk.CheckButton ();
this.includeAutoCheck.CanFocus = true;
@@ -39,10 +67,10 @@ namespace MonoDevelop.Ide.StandardHeader
this.includeAutoCheck.DrawIndicator = true;
this.includeAutoCheck.UseUnderline = true;
this.vbox2.Add (this.includeAutoCheck);
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.includeAutoCheck]));
- w3.Position = 1;
- w3.Expand = false;
- w3.Fill = false;
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.includeAutoCheck]));
+ w6.Position = 1;
+ w6.Expand = false;
+ w6.Fill = false;
this.Add (this.vbox2);
if ((this.Child != null)) {
this.Child.ShowAll ();
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic b/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
index cef1ca5cf9..3b45155c95 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
@@ -1055,6 +1055,7 @@ Diagnostic</property>
<widget class="Gtk.RadioButton" id="saveChangesRadioButton">
<property name="MemberName" />
<property name="Label" translatable="yes">_Save changes to open documents</property>
+ <property name="Active">True</property>
<property name="DrawIndicator">True</property>
<property name="HasLabel">True</property>
<property name="UseUnderline">True</property>
@@ -3702,22 +3703,48 @@ Diagnostic</property>
<widget class="Gtk.Bin" id="MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget" design-size="541 409">
<property name="MemberName" />
<property name="Visible">False</property>
- <property name="GeneratePublic">False</property>
<child>
<widget class="Gtk.VBox" id="vbox2">
<property name="MemberName" />
<property name="Spacing">6</property>
<child>
- <widget class="Gtk.ScrolledWindow" id="GtkScrolledWindow">
+ <widget class="Gtk.HBox" id="hbox2">
<property name="MemberName" />
- <property name="ShadowType">In</property>
+ <property name="Spacing">6</property>
<child>
- <widget class="Gtk.TextView" id="headerText">
+ <widget class="Gtk.ScrolledWindow" id="GtkScrolledWindow">
<property name="MemberName" />
- <property name="CanFocus">True</property>
- <property name="ShowScrollbars">True</property>
- <property name="Text" translatable="yes" />
+ <property name="ShadowType">In</property>
+ <child>
+ <widget class="Gtk.TextView" id="headerText">
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="ShowScrollbars">True</property>
+ <property name="Text" translatable="yes" />
+ </widget>
+ </child>
+ </widget>
+ <packing>
+ <property name="Position">0</property>
+ <property name="AutoSize">True</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.ScrolledWindow" id="GtkScrolledWindow1">
+ <property name="MemberName" />
+ <property name="ShadowType">In</property>
+ <child>
+ <widget class="Gtk.TreeView" id="treeviewTemplates">
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="ShowScrollbars">True</property>
+ </widget>
+ </child>
</widget>
+ <packing>
+ <property name="Position">1</property>
+ <property name="AutoSize">True</property>
+ </packing>
</child>
</widget>
<packing>
@@ -3741,9 +3768,6 @@ Diagnostic</property>
<property name="Fill">False</property>
</packing>
</child>
- <child>
- <placeholder />
- </child>
</widget>
</child>
</widget>