comparison tests/gtk/gtk-test.glade @ 462:0784d089fdc9 r21-2-46

Import from CVS: tag r21-2-46
author cvs
date Mon, 13 Aug 2007 11:44:37 +0200
parents
children d88ad9ccfa66
comparison
equal deleted inserted replaced
461:120ed4009e51 462:0784d089fdc9
1 <?xml version="1.0"?>
2 <GTK-Interface>
3
4 <project>
5 <name>Project1</name>
6 <program_name>project1</program_name>
7 <directory></directory>
8 <source_directory>src</source_directory>
9 <pixmaps_directory>pixmaps</pixmaps_directory>
10 <language>C</language>
11 <gnome_support>True</gnome_support>
12 <gettext_support>True</gettext_support>
13 </project>
14
15 <widget>
16 <class>GtkWindow</class>
17 <name>main_window</name>
18 <title>Glade Created Window</title>
19 <type>GTK_WINDOW_TOPLEVEL</type>
20 <position>GTK_WIN_POS_NONE</position>
21 <modal>False</modal>
22 <allow_shrink>False</allow_shrink>
23 <allow_grow>True</allow_grow>
24 <auto_shrink>False</auto_shrink>
25
26 <widget>
27 <class>GtkVBox</class>
28 <name>Container</name>
29 <homogeneous>False</homogeneous>
30 <spacing>0</spacing>
31
32 <widget>
33 <class>GtkToolbar</class>
34 <name>toolbar1</name>
35 <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
36 <type>GTK_TOOLBAR_BOTH</type>
37 <space_size>5</space_size>
38 <space_style>GTK_TOOLBAR_SPACE_EMPTY</space_style>
39 <relief>GTK_RELIEF_NORMAL</relief>
40 <tooltips>True</tooltips>
41 <child>
42 <padding>0</padding>
43 <expand>False</expand>
44 <fill>False</fill>
45 </child>
46
47 <widget>
48 <class>GtkButton</class>
49 <child_name>Toolbar:button</child_name>
50 <name>button1</name>
51 <label>button1</label>
52 </widget>
53
54 <widget>
55 <class>GtkButton</class>
56 <child_name>Toolbar:button</child_name>
57 <name>button2</name>
58 <label>button2</label>
59 </widget>
60
61 <widget>
62 <class>GtkButton</class>
63 <child_name>Toolbar:button</child_name>
64 <name>button3</name>
65 <label>button3</label>
66 </widget>
67 </widget>
68
69 <widget>
70 <class>GtkScrolledWindow</class>
71 <name>scrolledwindow1</name>
72 <hscrollbar_policy>GTK_POLICY_ALWAYS</hscrollbar_policy>
73 <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
74 <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
75 <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
76 <child>
77 <padding>0</padding>
78 <expand>True</expand>
79 <fill>True</fill>
80 </child>
81
82 <widget>
83 <class>GtkCTree</class>
84 <name>ctree</name>
85 <can_focus>True</can_focus>
86 <columns>3</columns>
87 <column_widths>114,80,80</column_widths>
88 <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
89 <show_titles>True</show_titles>
90 <shadow_type>GTK_SHADOW_IN</shadow_type>
91
92 <widget>
93 <class>GtkLabel</class>
94 <child_name>CTree:title</child_name>
95 <name>label1</name>
96 <label>Tree</label>
97 <justify>GTK_JUSTIFY_CENTER</justify>
98 <wrap>False</wrap>
99 <xalign>2.98023e-08</xalign>
100 <yalign>0.5</yalign>
101 <xpad>0</xpad>
102 <ypad>0</ypad>
103 </widget>
104
105 <widget>
106 <class>GtkLabel</class>
107 <child_name>CTree:title</child_name>
108 <name>label2</name>
109 <label>Header #1</label>
110 <justify>GTK_JUSTIFY_CENTER</justify>
111 <wrap>False</wrap>
112 <xalign>0.5</xalign>
113 <yalign>0.5</yalign>
114 <xpad>0</xpad>
115 <ypad>0</ypad>
116 </widget>
117
118 <widget>
119 <class>GtkLabel</class>
120 <child_name>CTree:title</child_name>
121 <name>label3</name>
122 <label>Header #2</label>
123 <justify>GTK_JUSTIFY_CENTER</justify>
124 <wrap>False</wrap>
125 <xalign>0.5</xalign>
126 <yalign>0.5</yalign>
127 <xpad>0</xpad>
128 <ypad>0</ypad>
129 </widget>
130 </widget>
131 </widget>
132
133 <widget>
134 <class>GtkStatusbar</class>
135 <name>statusbar</name>
136 <child>
137 <padding>0</padding>
138 <expand>False</expand>
139 <fill>False</fill>
140 </child>
141 </widget>
142 </widget>
143 </widget>
144
145 </GTK-Interface>