[longomatch] Add scrolled window the projects manager dialog
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Add scrolled window the projects manager dialog
- Date: Wed, 26 Jun 2013 15:59:15 +0000 (UTC)
commit 7fa8e54aa5b528a3b2cbcd64b55540b0c78147a5
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Wed Jun 26 17:51:54 2013 +0200
Add scrolled window the projects manager dialog
.../LongoMatch.Gui.Dialog.ProjectsManager.cs | 144 ++++++++-------
.../LongoMatch.Gui.Dialog.PropertiesEditor.cs | 1 -
.../LongoMatch.Gui.Dialog.TemplatesManager.cs | 1 -
.../gtk-gui/LongoMatch.Gui.MainWindow.cs | 5 +-
LongoMatch.GUI/gtk-gui/gui.stetic | 185 +++++++++++---------
5 files changed, 178 insertions(+), 158 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs
index 8e5a406..7d50edb 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs
@@ -8,11 +8,12 @@ namespace LongoMatch.Gui.Dialog
private global::Gtk.HBox hbox2;
private global::Gtk.HPaned hpaned1;
private global::LongoMatch.Gui.Component.ProjectListWidget projectlistwidget1;
- private global::Gtk.VBox vbox2;
+ private global::Gtk.ScrolledWindow scrolledwindow3;
+ private global::Gtk.VBox vbox3;
private global::Gtk.Frame frame1;
private global::Gtk.Alignment GtkAlignment2;
private global::LongoMatch.Gui.Component.ProjectDetailsWidget projectdetails;
- private global::Gtk.Label GtkLabel6;
+ private global::Gtk.Label GtkLabel7;
private global::Gtk.Button saveButton;
private global::Gtk.Button deleteButton;
private global::Gtk.Button exportbutton;
@@ -46,7 +47,6 @@ namespace LongoMatch.Gui.Dialog
// Container child hbox2.Gtk.Box+BoxChild
this.hpaned1 = new global::Gtk.HPaned ();
this.hpaned1.CanFocus = true;
- this.hpaned1.Name = "hpaned1";
this.hpaned1.Position = 349;
// Container child hpaned1.Gtk.Paned+PanedChild
this.projectlistwidget1 = new global::LongoMatch.Gui.Component.ProjectListWidget ();
@@ -56,10 +56,18 @@ namespace LongoMatch.Gui.Dialog
global::Gtk.Paned.PanedChild w2 = ((global::Gtk.Paned.PanedChild)(this.hpaned1
[this.projectlistwidget1]));
w2.Resize = false;
// Container child hpaned1.Gtk.Paned+PanedChild
- this.vbox2 = new global::Gtk.VBox ();
- this.vbox2.Name = "vbox2";
- this.vbox2.Spacing = 6;
- // Container child vbox2.Gtk.Box+BoxChild
+ this.scrolledwindow3 = new global::Gtk.ScrolledWindow ();
+ this.scrolledwindow3.CanFocus = true;
+ this.scrolledwindow3.Name = "scrolledwindow3";
+ this.scrolledwindow3.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child scrolledwindow3.Gtk.Container+ContainerChild
+ global::Gtk.Viewport w3 = new global::Gtk.Viewport ();
+ w3.ShadowType = ((global::Gtk.ShadowType)(0));
+ // Container child GtkViewport.Gtk.Container+ContainerChild
+ this.vbox3 = new global::Gtk.VBox ();
+ this.vbox3.Name = "vbox3";
+ this.vbox3.Spacing = 6;
+ // Container child vbox3.Gtk.Box+BoxChild
this.frame1 = new global::Gtk.Frame ();
this.frame1.Name = "frame1";
this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
@@ -78,15 +86,15 @@ namespace LongoMatch.Gui.Dialog
this.projectdetails.Date = new global::System.DateTime (0);
this.GtkAlignment2.Add (this.projectdetails);
this.frame1.Add (this.GtkAlignment2);
- this.GtkLabel6 = new global::Gtk.Label ();
- this.GtkLabel6.Name = "GtkLabel6";
- this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Project
Details</b>");
- this.GtkLabel6.UseMarkup = true;
- this.frame1.LabelWidget = this.GtkLabel6;
- this.vbox2.Add (this.frame1);
- global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame1]));
- w5.Position = 0;
- // Container child vbox2.Gtk.Box+BoxChild
+ this.GtkLabel7 = new global::Gtk.Label ();
+ this.GtkLabel7.Name = "GtkLabel7";
+ this.GtkLabel7.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Project
Details</b>");
+ this.GtkLabel7.UseMarkup = true;
+ this.frame1.LabelWidget = this.GtkLabel7;
+ this.vbox3.Add (this.frame1);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.frame1]));
+ w6.Position = 0;
+ // Container child vbox3.Gtk.Box+BoxChild
this.saveButton = new global::Gtk.Button ();
this.saveButton.TooltipMarkup = "Save the selected project";
this.saveButton.Sensitive = false;
@@ -95,12 +103,12 @@ namespace LongoMatch.Gui.Dialog
this.saveButton.UseStock = true;
this.saveButton.UseUnderline = true;
this.saveButton.Label = "gtk-save";
- this.vbox2.Add (this.saveButton);
- global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2
[this.saveButton]));
- w6.Position = 1;
- w6.Expand = false;
- w6.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
+ this.vbox3.Add (this.saveButton);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3
[this.saveButton]));
+ w7.Position = 1;
+ w7.Expand = false;
+ w7.Fill = false;
+ // Container child vbox3.Gtk.Box+BoxChild
this.deleteButton = new global::Gtk.Button ();
this.deleteButton.TooltipMarkup = "Delete the selected project";
this.deleteButton.Sensitive = false;
@@ -109,12 +117,12 @@ namespace LongoMatch.Gui.Dialog
this.deleteButton.UseStock = true;
this.deleteButton.UseUnderline = true;
this.deleteButton.Label = "gtk-delete";
- this.vbox2.Add (this.deleteButton);
- global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2
[this.deleteButton]));
- w7.Position = 2;
- w7.Expand = false;
- w7.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
+ this.vbox3.Add (this.deleteButton);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3
[this.deleteButton]));
+ w8.Position = 2;
+ w8.Expand = false;
+ w8.Fill = false;
+ // Container child vbox3.Gtk.Box+BoxChild
this.exportbutton = new global::Gtk.Button ();
this.exportbutton.TooltipMarkup = "Export the selected project to a file";
this.exportbutton.Sensitive = false;
@@ -122,51 +130,53 @@ namespace LongoMatch.Gui.Dialog
this.exportbutton.Name = "exportbutton";
this.exportbutton.UseUnderline = true;
// Container child exportbutton.Gtk.Container+ContainerChild
- global::Gtk.Alignment w8 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
+ global::Gtk.Alignment w9 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
// Container child GtkAlignment.Gtk.Container+ContainerChild
- global::Gtk.HBox w9 = new global::Gtk.HBox ();
- w9.Spacing = 2;
+ global::Gtk.HBox w10 = new global::Gtk.HBox ();
+ w10.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
- global::Gtk.Image w10 = new global::Gtk.Image ();
- w10.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_export",
global::Gtk.IconSize.Menu);
- w9.Add (w10);
+ global::Gtk.Image w11 = new global::Gtk.Image ();
+ w11.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_export",
global::Gtk.IconSize.Menu);
+ w10.Add (w11);
// Container child GtkHBox.Gtk.Container+ContainerChild
- global::Gtk.Label w12 = new global::Gtk.Label ();
- w12.LabelProp = global::Mono.Unix.Catalog.GetString ("_Export");
- w12.UseUnderline = true;
- w9.Add (w12);
- w8.Add (w9);
- this.exportbutton.Add (w8);
- this.vbox2.Add (this.exportbutton);
- global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2
[this.exportbutton]));
- w16.Position = 3;
- w16.Expand = false;
- w16.Fill = false;
- this.hpaned1.Add (this.vbox2);
+ global::Gtk.Label w13 = new global::Gtk.Label ();
+ w13.LabelProp = global::Mono.Unix.Catalog.GetString ("_Export");
+ w13.UseUnderline = true;
+ w10.Add (w13);
+ w9.Add (w10);
+ this.exportbutton.Add (w9);
+ this.vbox3.Add (this.exportbutton);
+ global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox3
[this.exportbutton]));
+ w17.Position = 3;
+ w17.Expand = false;
+ w17.Fill = false;
+ w3.Add (this.vbox3);
+ this.scrolledwindow3.Add (w3);
+ this.hpaned1.Add (this.scrolledwindow3);
this.hbox2.Add (this.hpaned1);
- global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox2
[this.hpaned1]));
- w18.Position = 0;
+ global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox2
[this.hpaned1]));
+ w21.Position = 0;
this.dialog1_VBox1.Add (this.hbox2);
- global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox1
[this.hbox2]));
- w19.Position = 0;
+ global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox1
[this.hbox2]));
+ w22.Position = 0;
// Container child dialog1_VBox1.Gtk.Box+BoxChild
this.hseparator3 = new global::Gtk.HSeparator ();
this.hseparator3.Name = "hseparator3";
this.dialog1_VBox1.Add (this.hseparator3);
- global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox1
[this.hseparator3]));
- w20.PackType = ((global::Gtk.PackType)(1));
- w20.Position = 1;
- w20.Expand = false;
- w20.Fill = false;
+ global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox1
[this.hseparator3]));
+ w23.PackType = ((global::Gtk.PackType)(1));
+ w23.Position = 1;
+ w23.Expand = false;
+ w23.Fill = false;
w1.Add (this.dialog1_VBox1);
- global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(w1 [this.dialog1_VBox1]));
- w21.Position = 0;
+ global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(w1 [this.dialog1_VBox1]));
+ w24.Position = 0;
// Internal child LongoMatch.Gui.Dialog.ProjectsManager.ActionArea
- global::Gtk.HButtonBox w22 = this.ActionArea;
- w22.Name = "dialog1_ActionArea";
- w22.Spacing = 6;
- w22.BorderWidth = ((uint)(5));
- w22.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
+ global::Gtk.HButtonBox w25 = this.ActionArea;
+ w25.Name = "dialog1_ActionArea";
+ w25.Spacing = 6;
+ w25.BorderWidth = ((uint)(5));
+ w25.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
this.buttonOk = new global::Gtk.Button ();
this.buttonOk.CanDefault = true;
@@ -176,14 +186,14 @@ namespace LongoMatch.Gui.Dialog
this.buttonOk.UseUnderline = true;
this.buttonOk.Label = "gtk-quit";
this.AddActionWidget (this.buttonOk, 0);
- global::Gtk.ButtonBox.ButtonBoxChild w23 =
((global::Gtk.ButtonBox.ButtonBoxChild)(w22 [this.buttonOk]));
- w23.Expand = false;
- w23.Fill = false;
+ global::Gtk.ButtonBox.ButtonBoxChild w26 =
((global::Gtk.ButtonBox.ButtonBoxChild)(w25 [this.buttonOk]));
+ w26.Expand = false;
+ w26.Fill = false;
if ((this.Child != null)) {
this.Child.ShowAll ();
}
- this.DefaultWidth = 757;
- this.DefaultHeight = 512;
+ this.DefaultWidth = 833;
+ this.DefaultHeight = 538;
this.Show ();
this.projectlistwidget1.ProjectsSelected += new
global::LongoMatch.Handlers.ProjectsSelectedHandler (this.OnProjectlistwidget1ProjectsSelected);
this.projectdetails.EditedEvent += new global::System.EventHandler
(this.OnProjectdetailsEditedEvent);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.PropertiesEditor.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.PropertiesEditor.cs
index 28271ee..f731046 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.PropertiesEditor.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.PropertiesEditor.cs
@@ -25,7 +25,6 @@ namespace LongoMatch.Gui.Dialog
// Container child dialog1_VBox.Gtk.Box+BoxChild
this.hpaned1 = new global::Gtk.HPaned ();
this.hpaned1.CanFocus = true;
- this.hpaned1.Name = "hpaned1";
this.hpaned1.Position = 164;
// Container child hpaned1.Gtk.Paned+PanedChild
this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs
index a228497..3613835 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs
@@ -33,7 +33,6 @@ namespace LongoMatch.Gui.Dialog
// Container child dialog1_VBox.Gtk.Box+BoxChild
this.hpaned1 = new global::Gtk.HPaned ();
this.hpaned1.CanFocus = true;
- this.hpaned1.Name = "hpaned1";
this.hpaned1.Position = 144;
// Container child hpaned1.Gtk.Paned+PanedChild
this.vbox2 = new global::Gtk.VBox ();
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.MainWindow.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.MainWindow.cs
index d9fbb01..967a737 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.MainWindow.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.MainWindow.cs
@@ -140,12 +140,12 @@ namespace LongoMatch.Gui
this.ImportProjectAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Import
Project");
w1.Add (this.ImportProjectAction, "<Control>i");
this.ManualTaggingViewAction = new global::Gtk.RadioAction
("ManualTaggingViewAction", global::Mono.Unix.Catalog.GetString ("Manual tagging view"), null, null, 0);
- this.ManualTaggingViewAction.Group = this.TimelineViewAction.Group;
+ this.ManualTaggingViewAction.Group = this.TaggingViewAction.Group;
this.ManualTaggingViewAction.Sensitive = false;
this.ManualTaggingViewAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Free
Capture Mode");
w1.Add (this.ManualTaggingViewAction, "<Control>f");
this.GameUnitsViewAction = new global::Gtk.RadioAction ("GameUnitsViewAction",
global::Mono.Unix.Catalog.GetString ("Game units view"), null, null, 0);
- this.GameUnitsViewAction.Group = this.TimelineViewAction.Group;
+ this.GameUnitsViewAction.Group = this.ManualTaggingViewAction.Group;
this.GameUnitsViewAction.Sensitive = false;
this.GameUnitsViewAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Game
units view");
w1.Add (this.GameUnitsViewAction, null);
@@ -231,7 +231,6 @@ namespace LongoMatch.Gui
// Container child hpaned.Gtk.Paned+PanedChild
this.hpaned1 = new global::Gtk.HPaned ();
this.hpaned1.CanFocus = true;
- this.hpaned1.Name = "hpaned1";
this.hpaned1.Position = 952;
// Container child hpaned1.Gtk.Paned+PanedChild
this.downbox = new global::Gtk.VBox ();
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index dc63886..079557a 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -1026,7 +1026,7 @@
</widget>
</child>
</widget>
- <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.ProjectsManager" design-size="757 512">
+ <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.ProjectsManager" design-size="833 538">
<property name="MemberName" />
<property name="Title" translatable="yes">Projects Manager</property>
<property name="Icon">stock:longomatch Dialog</property>
@@ -1065,105 +1065,118 @@
</packing>
</child>
<child>
- <widget class="Gtk.VBox" id="vbox2">
+ <widget class="Gtk.ScrolledWindow" id="scrolledwindow3">
<property name="MemberName" />
- <property name="Spacing">6</property>
+ <property name="CanFocus">True</property>
+ <property name="ShadowType">In</property>
<child>
- <widget class="Gtk.Frame" id="frame1">
+ <widget class="Gtk.Viewport" id="GtkViewport">
<property name="MemberName" />
<property name="ShadowType">None</property>
<child>
- <widget class="Gtk.Alignment" id="GtkAlignment2">
+ <widget class="Gtk.VBox" id="vbox3">
<property name="MemberName" />
- <property name="Xalign">0</property>
- <property name="Yalign">0</property>
- <property name="LeftPadding">12</property>
+ <property name="Spacing">6</property>
+ <child>
+ <widget class="Gtk.Frame" id="frame1">
+ <property name="MemberName" />
+ <property name="ShadowType">None</property>
+ <child>
+ <widget class="Gtk.Alignment" id="GtkAlignment2">
+ <property name="MemberName" />
+ <property name="Xalign">0</property>
+ <property name="Yalign">0</property>
+ <property name="LeftPadding">12</property>
+ <child>
+ <widget class="LongoMatch.Gui.Component.ProjectDetailsWidget"
id="projectdetails">
+ <property name="MemberName" />
+ <property name="Sensitive">False</property>
+ <property name="Events">ButtonPressMask</property>
+ <property name="Edited">False</property>
+ <property name="LocalGoals">0</property>
+ <property name="VisitorGoals">0</property>
+ <property name="Date">0</property>
+ <signal name="EditedEvent" handler="OnProjectdetailsEditedEvent"
/>
+ </widget>
+ </child>
+ </widget>
+ </child>
+ <child>
+ <widget class="Gtk.Label" id="GtkLabel7">
+ <property name="MemberName" />
+ <property name="LabelProp" translatable="yes"><b>Project
Details</b></property>
+ <property name="UseMarkup">True</property>
+ </widget>
+ <packing>
+ <property name="type">label_item</property>
+ </packing>
+ </child>
+ </widget>
+ <packing>
+ <property name="Position">0</property>
+ <property name="AutoSize">False</property>
+ </packing>
+ </child>
<child>
- <widget class="LongoMatch.Gui.Component.ProjectDetailsWidget"
id="projectdetails">
+ <widget class="Gtk.Button" id="saveButton">
<property name="MemberName" />
<property name="Sensitive">False</property>
- <property name="Events">ButtonPressMask</property>
- <property name="Edited">False</property>
- <property name="LocalGoals">0</property>
- <property name="VisitorGoals">0</property>
- <property name="Date">0</property>
- <signal name="EditedEvent" handler="OnProjectdetailsEditedEvent" />
+ <property name="Tooltip" translatable="yes">Save the selected
project</property>
+ <property name="CanFocus">True</property>
+ <property name="UseStock">True</property>
+ <property name="Type">StockItem</property>
+ <property name="StockId">gtk-save</property>
+ <signal name="Pressed" handler="OnSaveButtonPressed" />
+ <property name="label">gtk-save</property>
+ </widget>
+ <packing>
+ <property name="Position">1</property>
+ <property name="AutoSize">False</property>
+ <property name="Expand">False</property>
+ <property name="Fill">False</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.Button" id="deleteButton">
+ <property name="MemberName" />
+ <property name="Sensitive">False</property>
+ <property name="Tooltip" translatable="yes">Delete the selected
project</property>
+ <property name="CanFocus">True</property>
+ <property name="UseStock">True</property>
+ <property name="Type">StockItem</property>
+ <property name="StockId">gtk-delete</property>
+ <signal name="Pressed" handler="OnDeleteButtonPressed" />
+ <property name="label">gtk-delete</property>
+ </widget>
+ <packing>
+ <property name="Position">2</property>
+ <property name="AutoSize">False</property>
+ <property name="Expand">False</property>
+ <property name="Fill">False</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.Button" id="exportbutton">
+ <property name="MemberName" />
+ <property name="Sensitive">False</property>
+ <property name="Tooltip" translatable="yes">Export the selected project
to a file</property>
+ <property name="CanFocus">True</property>
+ <property name="Type">TextAndIcon</property>
+ <property name="Icon">stock:stock_export Menu</property>
+ <property name="Label" translatable="yes">_Export</property>
+ <property name="UseUnderline">True</property>
+ <signal name="Clicked" handler="OnExportbuttonClicked" />
</widget>
+ <packing>
+ <property name="Position">3</property>
+ <property name="AutoSize">True</property>
+ <property name="Expand">False</property>
+ <property name="Fill">False</property>
+ </packing>
</child>
</widget>
</child>
- <child>
- <widget class="Gtk.Label" id="GtkLabel6">
- <property name="MemberName" />
- <property name="LabelProp" translatable="yes"><b>Project
Details</b></property>
- <property name="UseMarkup">True</property>
- </widget>
- <packing>
- <property name="type">label_item</property>
- </packing>
- </child>
- </widget>
- <packing>
- <property name="Position">0</property>
- <property name="AutoSize">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.Button" id="saveButton">
- <property name="MemberName" />
- <property name="Sensitive">False</property>
- <property name="Tooltip" translatable="yes">Save the selected project</property>
- <property name="CanFocus">True</property>
- <property name="UseStock">True</property>
- <property name="Type">StockItem</property>
- <property name="StockId">gtk-save</property>
- <signal name="Pressed" handler="OnSaveButtonPressed" />
- <property name="label">gtk-save</property>
- </widget>
- <packing>
- <property name="Position">1</property>
- <property name="AutoSize">False</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.Button" id="deleteButton">
- <property name="MemberName" />
- <property name="Sensitive">False</property>
- <property name="Tooltip" translatable="yes">Delete the selected
project</property>
- <property name="CanFocus">True</property>
- <property name="UseStock">True</property>
- <property name="Type">StockItem</property>
- <property name="StockId">gtk-delete</property>
- <signal name="Pressed" handler="OnDeleteButtonPressed" />
- <property name="label">gtk-delete</property>
- </widget>
- <packing>
- <property name="Position">2</property>
- <property name="AutoSize">False</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.Button" id="exportbutton">
- <property name="MemberName" />
- <property name="Sensitive">False</property>
- <property name="Tooltip" translatable="yes">Export the selected project to a
file</property>
- <property name="CanFocus">True</property>
- <property name="Type">TextAndIcon</property>
- <property name="Icon">stock:stock_export Menu</property>
- <property name="Label" translatable="yes">_Export</property>
- <property name="UseUnderline">True</property>
- <signal name="Clicked" handler="OnExportbuttonClicked" />
</widget>
- <packing>
- <property name="Position">3</property>
- <property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
</child>
</widget>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]