[longomatch] Add a vertical separator between editable fields.
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Add a vertical separator between editable fields.
- Date: Wed, 18 Mar 2015 14:42:47 +0000 (UTC)
commit c77c9a6831427446d79b5ed5be392c6d2aae5e3f
Author: Julien Moutte <julien fluendo com>
Date: Sat Mar 14 09:38:10 2015 +0100
Add a vertical separator between editable fields.
.../LongoMatch.Gui.Component.MediaFileChooser.cs | 30 +++++++++++++------
LongoMatch.GUI/gtk-gui/gui.stetic | 17 +++++++++--
2 files changed, 34 insertions(+), 13 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.MediaFileChooser.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.MediaFileChooser.cs
index b798431..58770b4 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.MediaFileChooser.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.MediaFileChooser.cs
@@ -10,6 +10,8 @@ namespace LongoMatch.Gui.Component
private global::Gtk.Entry nameentry;
+ private global::Gtk.VSeparator vseparator1;
+
private global::Gtk.Entry fileentry;
private global::Gtk.Button clearbutton;
@@ -44,6 +46,14 @@ namespace LongoMatch.Gui.Component
global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1
[this.nameentry]));
w1.Position = 0;
// Container child hbox1.Gtk.Box+BoxChild
+ this.vseparator1 = new global::Gtk.VSeparator ();
+ this.vseparator1.Name = "vseparator1";
+ this.hbox1.Add (this.vseparator1);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1
[this.vseparator1]));
+ w2.Position = 1;
+ w2.Expand = false;
+ w2.Fill = false;
+ // Container child hbox1.Gtk.Box+BoxChild
this.fileentry = new global::Gtk.Entry ();
this.fileentry.CanFocus = true;
this.fileentry.Name = "fileentry";
@@ -51,8 +61,8 @@ namespace LongoMatch.Gui.Component
this.fileentry.HasFrame = false;
this.fileentry.InvisibleChar = '•';
this.hbox1.Add (this.fileentry);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1
[this.fileentry]));
- w2.Position = 1;
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1
[this.fileentry]));
+ w3.Position = 2;
// Container child hbox1.Gtk.Box+BoxChild
this.clearbutton = new global::Gtk.Button ();
this.clearbutton.CanFocus = true;
@@ -62,10 +72,10 @@ namespace LongoMatch.Gui.Component
this.clearbuttonimage.Name = "clearbuttonimage";
this.clearbutton.Add (this.clearbuttonimage);
this.hbox1.Add (this.clearbutton);
- global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1
[this.clearbutton]));
- w4.Position = 2;
- w4.Expand = false;
- w4.Fill = false;
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1
[this.clearbutton]));
+ w5.Position = 3;
+ w5.Expand = false;
+ w5.Fill = false;
// Container child hbox1.Gtk.Box+BoxChild
this.addbutton = new global::Gtk.Button ();
this.addbutton.CanFocus = true;
@@ -75,10 +85,10 @@ namespace LongoMatch.Gui.Component
this.addbuttonimage.Name = "addbuttonimage";
this.addbutton.Add (this.addbuttonimage);
this.hbox1.Add (this.addbutton);
- global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1
[this.addbutton]));
- w6.Position = 3;
- w6.Expand = false;
- w6.Fill = false;
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1
[this.addbutton]));
+ w7.Position = 4;
+ w7.Expand = false;
+ w7.Fill = false;
this.fileentryeventbox.Add (this.hbox1);
this.Add (this.fileentryeventbox);
if ((this.Child != null)) {
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index 756f42f..27606a4 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -10035,6 +10035,17 @@ You can continue with the current capture, cancel it or save your project.
</packing>
</child>
<child>
+ <widget class="Gtk.VSeparator" id="vseparator1">
+ <property name="MemberName" />
+ </widget>
+ <packing>
+ <property name="Position">1</property>
+ <property name="AutoSize">True</property>
+ <property name="Expand">False</property>
+ <property name="Fill">False</property>
+ </packing>
+ </child>
+ <child>
<widget class="Gtk.Entry" id="fileentry">
<property name="MemberName" />
<property name="CanFocus">True</property>
@@ -10043,7 +10054,7 @@ You can continue with the current capture, cancel it or save your project.
<property name="InvisibleChar">•</property>
</widget>
<packing>
- <property name="Position">1</property>
+ <property name="Position">2</property>
<property name="AutoSize">True</property>
</packing>
</child>
@@ -10059,7 +10070,7 @@ You can continue with the current capture, cancel it or save your project.
</child>
</widget>
<packing>
- <property name="Position">2</property>
+ <property name="Position">3</property>
<property name="AutoSize">True</property>
<property name="Expand">False</property>
<property name="Fill">False</property>
@@ -10077,7 +10088,7 @@ You can continue with the current capture, cancel it or save your project.
</child>
</widget>
<packing>
- <property name="Position">3</property>
+ <property name="Position">4</property>
<property name="AutoSize">True</property>
<property name="Expand">False</property>
<property name="Fill">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]