[glom/gmenu] Glade files: Fixes for HBox/VBox replacement
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom/gmenu] Glade files: Fixes for HBox/VBox replacement
- Date: Tue, 24 Sep 2013 10:03:01 +0000 (UTC)
commit 8ee9dd56507662a3837899a21b091691c9692174
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Sep 24 12:02:52 2013 +0200
Glade files: Fixes for HBox/VBox replacement
ui/developer/window_design.glade | 27 ++++++++++++++++++---------
1 files changed, 18 insertions(+), 9 deletions(-)
---
diff --git a/ui/developer/window_design.glade b/ui/developer/window_design.glade
index e17f4a0..b660f57 100644
--- a/ui/developer/window_design.glade
+++ b/ui/developer/window_design.glade
@@ -1,34 +1,35 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.15.4 on Tue Sep 24 12:01:37 2013 -->
<interface>
- <requires lib="gtk+" version="3.6"/>
- <!-- interface-naming-policy toplevel-contextual -->
-
+ <!-- interface-requires gtk+ 3.6 -->
<object class="GtkWindow" id="window_design">
+ <property name="can_focus">False</property>
<property name="title" translatable="yes">Field Definitions</property>
<property name="window_position">center-on-parent</property>
<property name="default_width">700</property>
<property name="default_height">500</property>
<child>
<object class="GtkBox" id="vbox14">
- <property name="orientation">vertical</property>
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<object class="GtkBox" id="vbox16">
- <property name="orientation">vertical</property>
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkBox" id="hbox10">
- <property name="orientation">horizontal</property>
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="spacing">6</property>
<child>
<object class="GtkLabel" id="label45">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes"><b>Table:</b></property>
<property name="use_markup">True</property>
</object>
@@ -41,41 +42,48 @@
<child>
<object class="GtkLabel" id="label_table_name">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes">None selected</property>
</object>
<packing>
<property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkBox" id="vbox_placeholder">
- <property name="orientation">vertical</property>
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
<placeholder/>
</child>
</object>
<packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButtonBox" id="hbuttonbox11">
- <property name="orientation">horizontal</property>
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="spacing">6</property>
<property name="layout_style">end</property>
@@ -98,6 +106,7 @@
</object>
<packing>
<property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]