[longomatch] Update UI files
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Update UI files
- Date: Tue, 2 Nov 2010 01:15:03 +0000 (UTC)
commit b665542fc7bff6a9ac1c4a289d12b1fe9a4f1bda
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Oct 25 17:19:33 2010 +0200
Update UI files
.../LongoMatch.Gui.Component.ButtonsWidget.cs | 1 +
.../LongoMatch.Gui.Component.PlayerProperties.cs | 98 +++++++++++++-------
...ongoMatch.Gui.Component.ProjectDetailsWidget.cs | 1 +
...ngoMatch.Gui.Component.ProjectTemplateWidget.cs | 2 -
.../LongoMatch.Gui.Component.TaggerWidget.cs | 1 +
.../LongoMatch.Gui.Component.TimeAdjustWidget.cs | 1 +
.../gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs | 1 +
...LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs | 1 +
.../LongoMatch.Gui.Dialog.SnapshotsDialog.cs | 1 +
LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs | 2 +-
LongoMatch/gtk-gui/gui.stetic | 61 ++++++++++--
11 files changed, 123 insertions(+), 47 deletions(-)
---
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs
index bca3596..28bd5b7 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs
@@ -52,6 +52,7 @@ namespace LongoMatch.Gui.Component {
w2.Fill = false;
// Container child vbox1.Gtk.Box+BoxChild
this.table1 = new Gtk.Table(((uint)(5)), ((uint)(4)), false);
+ this.table1.Name = "table1";
this.table1.RowSpacing = ((uint)(1));
this.table1.ColumnSpacing = ((uint)(1));
this.vbox1.Add(this.table1);
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs
index addcfab..031b95c 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs
@@ -43,8 +43,12 @@ namespace LongoMatch.Gui.Component {
private Gtk.Label label7;
+ private Gtk.Label label8;
+
private Gtk.Entry nameentry;
+ private Gtk.Entry nationalityentry;
+
private Gtk.SpinButton numberspinbutton;
private Gtk.Entry positionentry;
@@ -57,7 +61,8 @@ namespace LongoMatch.Gui.Component {
Stetic.BinContainer.Attach(this);
this.Name = "LongoMatch.Gui.Component.PlayerProperties";
// Container child LongoMatch.Gui.Component.PlayerProperties.Gtk.Container+ContainerChild
- this.table1 = new Gtk.Table(((uint)(7)), ((uint)(2)), false);
+ this.table1 = new Gtk.Table(((uint)(8)), ((uint)(2)), false);
+ this.table1.Name = "table1";
this.table1.RowSpacing = ((uint)(6));
this.table1.ColumnSpacing = ((uint)(6));
// Container child table1.Gtk.Table+TableChild
@@ -84,8 +89,8 @@ namespace LongoMatch.Gui.Component {
w2.Fill = false;
this.table1.Add(this.hbox1);
Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table1[this.hbox1]));
- w3.TopAttach = ((uint)(6));
- w3.BottomAttach = ((uint)(7));
+ w3.TopAttach = ((uint)(7));
+ w3.BottomAttach = ((uint)(8));
w3.LeftAttach = ((uint)(1));
w3.RightAttach = ((uint)(2));
w3.XOptions = ((Gtk.AttachOptions)(4));
@@ -113,8 +118,8 @@ namespace LongoMatch.Gui.Component {
w5.Fill = false;
this.table1.Add(this.hbox2);
Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this.hbox2]));
- w6.TopAttach = ((uint)(5));
- w6.BottomAttach = ((uint)(6));
+ w6.TopAttach = ((uint)(6));
+ w6.BottomAttach = ((uint)(7));
w6.LeftAttach = ((uint)(1));
w6.RightAttach = ((uint)(2));
w6.XOptions = ((Gtk.AttachOptions)(4));
@@ -170,8 +175,8 @@ namespace LongoMatch.Gui.Component {
this.label4.LabelProp = Mono.Unix.Catalog.GetString("Photo:");
this.table1.Add(this.label4);
Gtk.Table.TableChild w11 = ((Gtk.Table.TableChild)(this.table1[this.label4]));
- w11.TopAttach = ((uint)(6));
- w11.BottomAttach = ((uint)(7));
+ w11.TopAttach = ((uint)(7));
+ w11.BottomAttach = ((uint)(8));
w11.XOptions = ((Gtk.AttachOptions)(4));
w11.YOptions = ((Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
@@ -200,22 +205,46 @@ namespace LongoMatch.Gui.Component {
this.label7.LabelProp = Mono.Unix.Catalog.GetString("Birth day");
this.table1.Add(this.label7);
Gtk.Table.TableChild w14 = ((Gtk.Table.TableChild)(this.table1[this.label7]));
- w14.TopAttach = ((uint)(5));
- w14.BottomAttach = ((uint)(6));
+ w14.TopAttach = ((uint)(6));
+ w14.BottomAttach = ((uint)(7));
w14.XOptions = ((Gtk.AttachOptions)(4));
w14.YOptions = ((Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
+ this.label8 = new Gtk.Label();
+ this.label8.Name = "label8";
+ this.label8.LabelProp = Mono.Unix.Catalog.GetString("Nationality");
+ this.table1.Add(this.label8);
+ Gtk.Table.TableChild w15 = ((Gtk.Table.TableChild)(this.table1[this.label8]));
+ w15.TopAttach = ((uint)(5));
+ w15.BottomAttach = ((uint)(6));
+ w15.XOptions = ((Gtk.AttachOptions)(4));
+ w15.YOptions = ((Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
this.nameentry = new Gtk.Entry();
this.nameentry.CanFocus = true;
this.nameentry.Name = "nameentry";
this.nameentry.IsEditable = true;
this.nameentry.InvisibleChar = 'â??';
this.table1.Add(this.nameentry);
- Gtk.Table.TableChild w15 = ((Gtk.Table.TableChild)(this.table1[this.nameentry]));
- w15.LeftAttach = ((uint)(1));
- w15.RightAttach = ((uint)(2));
- w15.XOptions = ((Gtk.AttachOptions)(4));
- w15.YOptions = ((Gtk.AttachOptions)(4));
+ Gtk.Table.TableChild w16 = ((Gtk.Table.TableChild)(this.table1[this.nameentry]));
+ w16.LeftAttach = ((uint)(1));
+ w16.RightAttach = ((uint)(2));
+ w16.XOptions = ((Gtk.AttachOptions)(4));
+ w16.YOptions = ((Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.nationalityentry = new Gtk.Entry();
+ this.nationalityentry.CanFocus = true;
+ this.nationalityentry.Name = "nationalityentry";
+ this.nationalityentry.IsEditable = true;
+ this.nationalityentry.InvisibleChar = 'â??';
+ this.table1.Add(this.nationalityentry);
+ Gtk.Table.TableChild w17 = ((Gtk.Table.TableChild)(this.table1[this.nationalityentry]));
+ w17.TopAttach = ((uint)(5));
+ w17.BottomAttach = ((uint)(6));
+ w17.LeftAttach = ((uint)(1));
+ w17.RightAttach = ((uint)(2));
+ w17.XOptions = ((Gtk.AttachOptions)(4));
+ w17.YOptions = ((Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.numberspinbutton = new Gtk.SpinButton(0, 100, 1);
this.numberspinbutton.CanFocus = true;
@@ -224,12 +253,12 @@ namespace LongoMatch.Gui.Component {
this.numberspinbutton.ClimbRate = 1;
this.numberspinbutton.Numeric = true;
this.table1.Add(this.numberspinbutton);
- Gtk.Table.TableChild w16 = ((Gtk.Table.TableChild)(this.table1[this.numberspinbutton]));
- w16.TopAttach = ((uint)(2));
- w16.BottomAttach = ((uint)(3));
- w16.LeftAttach = ((uint)(1));
- w16.RightAttach = ((uint)(2));
- w16.YOptions = ((Gtk.AttachOptions)(4));
+ Gtk.Table.TableChild w18 = ((Gtk.Table.TableChild)(this.table1[this.numberspinbutton]));
+ w18.TopAttach = ((uint)(2));
+ w18.BottomAttach = ((uint)(3));
+ w18.LeftAttach = ((uint)(1));
+ w18.RightAttach = ((uint)(2));
+ w18.YOptions = ((Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.positionentry = new Gtk.Entry();
this.positionentry.CanFocus = true;
@@ -237,13 +266,13 @@ namespace LongoMatch.Gui.Component {
this.positionentry.IsEditable = true;
this.positionentry.InvisibleChar = 'â??';
this.table1.Add(this.positionentry);
- Gtk.Table.TableChild w17 = ((Gtk.Table.TableChild)(this.table1[this.positionentry]));
- w17.TopAttach = ((uint)(1));
- w17.BottomAttach = ((uint)(2));
- w17.LeftAttach = ((uint)(1));
- w17.RightAttach = ((uint)(2));
- w17.XOptions = ((Gtk.AttachOptions)(4));
- w17.YOptions = ((Gtk.AttachOptions)(4));
+ Gtk.Table.TableChild w19 = ((Gtk.Table.TableChild)(this.table1[this.positionentry]));
+ w19.TopAttach = ((uint)(1));
+ w19.BottomAttach = ((uint)(2));
+ w19.LeftAttach = ((uint)(1));
+ w19.RightAttach = ((uint)(2));
+ w19.XOptions = ((Gtk.AttachOptions)(4));
+ w19.YOptions = ((Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.weightspinbutton = new Gtk.SpinButton(0, 100, 1);
this.weightspinbutton.CanFocus = true;
@@ -253,13 +282,13 @@ namespace LongoMatch.Gui.Component {
this.weightspinbutton.Numeric = true;
this.weightspinbutton.Value = 80;
this.table1.Add(this.weightspinbutton);
- Gtk.Table.TableChild w18 = ((Gtk.Table.TableChild)(this.table1[this.weightspinbutton]));
- w18.TopAttach = ((uint)(4));
- w18.BottomAttach = ((uint)(5));
- w18.LeftAttach = ((uint)(1));
- w18.RightAttach = ((uint)(2));
- w18.XOptions = ((Gtk.AttachOptions)(4));
- w18.YOptions = ((Gtk.AttachOptions)(4));
+ Gtk.Table.TableChild w20 = ((Gtk.Table.TableChild)(this.table1[this.weightspinbutton]));
+ w20.TopAttach = ((uint)(4));
+ w20.BottomAttach = ((uint)(5));
+ w20.LeftAttach = ((uint)(1));
+ w20.RightAttach = ((uint)(2));
+ w20.XOptions = ((Gtk.AttachOptions)(4));
+ w20.YOptions = ((Gtk.AttachOptions)(4));
this.Add(this.table1);
if ((this.Child != null)) {
this.Child.ShowAll();
@@ -269,6 +298,7 @@ namespace LongoMatch.Gui.Component {
this.positionentry.Changed += new System.EventHandler(this.OnPositionentryChanged);
this.numberspinbutton.EditingDone += new System.EventHandler(this.OnNumberspinbuttonChanged);
this.numberspinbutton.ValueChanged += new System.EventHandler(this.OnNumberspinbuttonValueChanged);
+ this.nationalityentry.Changed += new System.EventHandler(this.OnNationalityentryChanged);
this.nameentry.Changed += new System.EventHandler(this.OnNameentryChanged);
this.heightspinbutton.ValueChanged += new System.EventHandler(this.OnHeightspinbuttonValueChanged);
this.datebutton.Clicked += new System.EventHandler(this.OnDatebuttonClicked);
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs
index 444af7f..69e4624 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs
@@ -118,6 +118,7 @@ namespace LongoMatch.Gui.Component {
this.vbox2.Spacing = 6;
// Container child vbox2.Gtk.Box+BoxChild
this.table1 = new Gtk.Table(((uint)(11)), ((uint)(2)), false);
+ this.table1.Name = "table1";
this.table1.RowSpacing = ((uint)(6));
this.table1.ColumnSpacing = ((uint)(6));
// Container child table1.Gtk.Table+TableChild
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectTemplateWidget.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectTemplateWidget.cs
index 3e0f0aa..8f24b99 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectTemplateWidget.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectTemplateWidget.cs
@@ -220,8 +220,6 @@ namespace LongoMatch.Gui.Component {
this.exportbutton.Hide();
this.Show();
this.KeyPressEvent += new Gtk.KeyPressEventHandler(this.OnKeyPressEvent);
- this.sectionstreeview1.SectionClicked += new LongoMatch.Handlers.SectionHandler(this.OnSectionstreeview1SectionClicked);
- this.sectionstreeview1.SectionsSelected += new LongoMatch.Handlers.SectionsHandler(this.OnSectionstreeview1SectionsSelected);
this.newprevbutton.Clicked += new System.EventHandler(this.OnNewBefore);
this.newafterbutton.Clicked += new System.EventHandler(this.OnNewAfter);
this.newafterbutton.Activated += new System.EventHandler(this.OnNewBefore);
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TaggerWidget.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TaggerWidget.cs
index a6e3a86..cac18bc 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TaggerWidget.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TaggerWidget.cs
@@ -55,6 +55,7 @@ namespace LongoMatch.Gui.Component {
w2.ShadowType = ((Gtk.ShadowType)(0));
// Container child GtkViewport.Gtk.Container+ContainerChild
this.table1 = new Gtk.Table(((uint)(3)), ((uint)(3)), false);
+ this.table1.Name = "table1";
this.table1.RowSpacing = ((uint)(6));
this.table1.ColumnSpacing = ((uint)(6));
w2.Add(this.table1);
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeAdjustWidget.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeAdjustWidget.cs
index 402673c..f3289da 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeAdjustWidget.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeAdjustWidget.cs
@@ -32,6 +32,7 @@ namespace LongoMatch.Gui.Component {
this.Name = "LongoMatch.Gui.Component.TimeAdjustWidget";
// Container child LongoMatch.Gui.Component.TimeAdjustWidget.Gtk.Container+ContainerChild
this.table1 = new Gtk.Table(((uint)(1)), ((uint)(5)), false);
+ this.table1.Name = "table1";
this.table1.RowSpacing = ((uint)(6));
this.table1.ColumnSpacing = ((uint)(6));
// Container child table1.Gtk.Table+TableChild
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
index 3e484bf..cd41a81 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
@@ -50,6 +50,7 @@ namespace LongoMatch.Gui.Dialog {
w1.BorderWidth = ((uint)(2));
// Container child dialog1_VBox.Gtk.Box+BoxChild
this.table1 = new Gtk.Table(((uint)(3)), ((uint)(2)), false);
+ this.table1.Name = "table1";
this.table1.RowSpacing = ((uint)(6));
this.table1.ColumnSpacing = ((uint)(6));
// Container child table1.Gtk.Table+TableChild
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs
index 92783ed..fc29bec 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs
@@ -35,6 +35,7 @@ namespace LongoMatch.Gui.Dialog {
w1.BorderWidth = ((uint)(2));
// Container child dialog1_VBox.Gtk.Box+BoxChild
this.table1 = new Gtk.Table(((uint)(3)), ((uint)(3)), false);
+ this.table1.Name = "table1";
this.table1.RowSpacing = ((uint)(6));
this.table1.ColumnSpacing = ((uint)(6));
w1.Add(this.table1);
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
index 96fbf7e..ba72f01 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
@@ -44,6 +44,7 @@ namespace LongoMatch.Gui.Dialog {
w1.BorderWidth = ((uint)(2));
// Container child dialog1_VBox.Gtk.Box+BoxChild
this.table1 = new Gtk.Table(((uint)(3)), ((uint)(2)), false);
+ this.table1.Name = "table1";
this.table1.RowSpacing = ((uint)(6));
this.table1.ColumnSpacing = ((uint)(6));
// Container child table1.Gtk.Table+TableChild
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs
index 947de0c..3316b17 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs
@@ -195,7 +195,7 @@ namespace LongoMatch.Gui {
this.ImportProjectAction.ShortLabel = Mono.Unix.Catalog.GetString("_Import Project");
w1.Add(this.ImportProjectAction, "<Control>i");
this.FreeCaptureModeAction = new Gtk.RadioAction("FreeCaptureModeAction", Mono.Unix.Catalog.GetString("Free Capture Mode"), null, null, 0);
- this.FreeCaptureModeAction.Group = this.AnalyzeModeAction.Group;
+ this.FreeCaptureModeAction.Group = this.CaptureModeAction.Group;
this.FreeCaptureModeAction.Sensitive = false;
this.FreeCaptureModeAction.ShortLabel = Mono.Unix.Catalog.GetString("Free Capture Mode");
w1.Add(this.FreeCaptureModeAction, "<Control>f");
diff --git a/LongoMatch/gtk-gui/gui.stetic b/LongoMatch/gtk-gui/gui.stetic
index 5ef489f..78a81bb 100644
--- a/LongoMatch/gtk-gui/gui.stetic
+++ b/LongoMatch/gtk-gui/gui.stetic
@@ -1587,8 +1587,6 @@
<widget class="LongoMatch.Gui.Component.CategoriesTreeView" id="sectionstreeview1">
<property name="MemberName" />
<property name="CanFocus">True</property>
- <signal name="SectionClicked" handler="OnSectionstreeview1SectionClicked" />
- <signal name="SectionsSelected" handler="OnSectionstreeview1SectionsSelected" />
</widget>
</child>
</widget>
@@ -3693,13 +3691,13 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
</widget>
</child>
</widget>
- <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.PlayerProperties" design-size="270 224">
+ <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.PlayerProperties" design-size="270 253">
<property name="MemberName" />
<property name="Visible">False</property>
<child>
<widget class="Gtk.Table" id="table1">
<property name="MemberName" />
- <property name="NRows">7</property>
+ <property name="NRows">8</property>
<property name="NColumns">2</property>
<property name="RowSpacing">6</property>
<property name="ColumnSpacing">6</property>
@@ -3735,8 +3733,8 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
</child>
</widget>
<packing>
- <property name="TopAttach">6</property>
- <property name="BottomAttach">7</property>
+ <property name="TopAttach">7</property>
+ <property name="BottomAttach">8</property>
<property name="LeftAttach">1</property>
<property name="RightAttach">2</property>
<property name="AutoSize">True</property>
@@ -3781,8 +3779,8 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
</child>
</widget>
<packing>
- <property name="TopAttach">5</property>
- <property name="BottomAttach">6</property>
+ <property name="TopAttach">6</property>
+ <property name="BottomAttach">7</property>
<property name="LeftAttach">1</property>
<property name="RightAttach">2</property>
<property name="AutoSize">True</property>
@@ -3886,8 +3884,8 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
<property name="LabelProp" translatable="yes">Photo:</property>
</widget>
<packing>
- <property name="TopAttach">6</property>
- <property name="BottomAttach">7</property>
+ <property name="TopAttach">7</property>
+ <property name="BottomAttach">8</property>
<property name="AutoSize">True</property>
<property name="XOptions">Fill</property>
<property name="YOptions">Fill</property>
@@ -3943,6 +3941,25 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
<property name="LabelProp" translatable="yes">Birth day</property>
</widget>
<packing>
+ <property name="TopAttach">6</property>
+ <property name="BottomAttach">7</property>
+ <property name="AutoSize">True</property>
+ <property name="XOptions">Fill</property>
+ <property name="YOptions">Fill</property>
+ <property name="XExpand">False</property>
+ <property name="XFill">True</property>
+ <property name="XShrink">False</property>
+ <property name="YExpand">False</property>
+ <property name="YFill">True</property>
+ <property name="YShrink">False</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.Label" id="label8">
+ <property name="MemberName" />
+ <property name="LabelProp" translatable="yes">Nationality</property>
+ </widget>
+ <packing>
<property name="TopAttach">5</property>
<property name="BottomAttach">6</property>
<property name="AutoSize">True</property>
@@ -3979,6 +3996,30 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
</packing>
</child>
<child>
+ <widget class="Gtk.Entry" id="nationalityentry">
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="IsEditable">True</property>
+ <property name="InvisibleChar">â??</property>
+ <signal name="Changed" handler="OnNationalityentryChanged" />
+ </widget>
+ <packing>
+ <property name="TopAttach">5</property>
+ <property name="BottomAttach">6</property>
+ <property name="LeftAttach">1</property>
+ <property name="RightAttach">2</property>
+ <property name="AutoSize">True</property>
+ <property name="XOptions">Fill</property>
+ <property name="YOptions">Fill</property>
+ <property name="XExpand">False</property>
+ <property name="XFill">True</property>
+ <property name="XShrink">False</property>
+ <property name="YExpand">False</property>
+ <property name="YFill">True</property>
+ <property name="YShrink">False</property>
+ </packing>
+ </child>
+ <child>
<widget class="Gtk.SpinButton" id="numberspinbutton">
<property name="MemberName" />
<property name="CanFocus">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]