File: dialogs.glade

package info (click to toggle)
libglade 0.11-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,748 kB
  • ctags: 660
  • sloc: ansic: 8,107; sh: 7,135; makefile: 420; python: 152; sed: 93
file content (207 lines) | stat: -rw-r--r-- 6,281 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<?xml version="1.0"?>
<GTK-Interface>

<project>
  <name>project1</name>
  <directory></directory>
  <source_directory>src</source_directory>
  <pixmaps_directory>pixmaps</pixmaps_directory>
  <language>C</language>
  <gnome_support>True</gnome_support>
  <gettext_support>True</gettext_support>
  <use_widget_names>False</use_widget_names>
  <output_main_file>True</output_main_file>
  <output_support_files>True</output_support_files>
  <output_build_files>True</output_build_files>
  <backup_source_files>True</backup_source_files>
  <main_source_file>interface.c</main_source_file>
  <main_header_file>interface.h</main_header_file>
  <handler_source_file>callbacks.c</handler_source_file>
  <handler_header_file>callbacks.h</handler_header_file>
  <support_source_file>support.c</support_source_file>
  <support_header_file>support.h</support_header_file>
</project>

<widget>
  <class>GtkFileSelection</class>
  <name>filesel</name>
  <border_width>10</border_width>
  <signal>
    <name>destroy</name>
    <handler>gtk_main_quit</handler>
    <last_modification_time>Mon, 14 Jun 1999 08:16:29 GMT</last_modification_time>
  </signal>
  <title>Select File</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <show_file_op_buttons>True</show_file_op_buttons>
  <allow_shrink>False</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>False</auto_shrink>
  <wmclass_name>hello</wmclass_name>
  <wmclass_class>DialogExample</wmclass_class>

  <widget>
    <class>GtkButton</class>
    <child_name>FileSel:ok_button</child_name>
    <name>ok_button1</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <signal>
      <name>clicked</name>
      <handler>gtk_widget_hide</handler>
      <object>filesel</object>
      <last_modification_time>Mon, 14 Jun 1999 08:11:36 GMT</last_modification_time>
    </signal>
    <signal>
      <name>clicked</name>
      <handler>gtk_widget_show</handler>
      <object>coloursel</object>
      <last_modification_time>Mon, 14 Jun 1999 08:11:49 GMT</last_modification_time>
    </signal>
    <label>OK</label>
  </widget>

  <widget>
    <class>GtkButton</class>
    <child_name>FileSel:cancel_button</child_name>
    <name>cancel_button1</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <signal>
      <name>clicked</name>
      <handler>gtk_main_quit</handler>
      <last_modification_time>Mon, 14 Jun 1999 08:11:14 GMT</last_modification_time>
    </signal>
    <label>Cancel</label>
  </widget>
</widget>

<widget>
  <class>GtkColorSelectionDialog</class>
  <name>coloursel</name>
  <border_width>10</border_width>
  <visible>False</visible>
  <signal>
    <name>destroy</name>
    <handler>gtk_main_quit</handler>
    <last_modification_time>Mon, 14 Jun 1999 08:16:37 GMT</last_modification_time>
  </signal>
  <title>Select Color</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <allow_shrink>False</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>False</auto_shrink>
  <policy>GTK_UPDATE_CONTINUOUS</policy>
  <wmclass_name>none</wmclass_name>

  <widget>
    <class>GtkButton</class>
    <child_name>ColorSel:ok_button</child_name>
    <name>ok_button2</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <signal>
      <name>clicked</name>
      <handler>gtk_widget_hide</handler>
      <object>coloursel</object>
      <last_modification_time>Mon, 14 Jun 1999 08:12:37 GMT</last_modification_time>
    </signal>
    <signal>
      <name>clicked</name>
      <handler>gtk_widget_show</handler>
      <object>fontsel</object>
      <last_modification_time>Mon, 14 Jun 1999 08:12:49 GMT</last_modification_time>
    </signal>
    <label>OK</label>
  </widget>

  <widget>
    <class>GtkButton</class>
    <child_name>ColorSel:cancel_button</child_name>
    <name>cancel_button2</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <signal>
      <name>clicked</name>
      <handler>gtk_main_quit</handler>
      <last_modification_time>Mon, 14 Jun 1999 08:12:21 GMT</last_modification_time>
    </signal>
    <label>Cancel</label>
  </widget>

  <widget>
    <class>GtkButton</class>
    <child_name>ColorSel:help_button</child_name>
    <name>help_button1</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <label>Help</label>
  </widget>
</widget>

<widget>
  <class>GtkFontSelectionDialog</class>
  <name>fontsel</name>
  <border_width>4</border_width>
  <visible>False</visible>
  <signal>
    <name>destroy</name>
    <handler>gtk_main_quit</handler>
    <last_modification_time>Mon, 14 Jun 1999 08:16:46 GMT</last_modification_time>
  </signal>
  <title>Select Font</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <allow_shrink>False</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>True</auto_shrink>
  <wmclass_class>DialogExample</wmclass_class>

  <widget>
    <class>GtkButton</class>
    <child_name>FontSel:ok_button</child_name>
    <name>ok_button3</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <signal>
      <name>clicked</name>
      <handler>gtk_widget_hide</handler>
      <object>fontsel</object>
      <last_modification_time>Mon, 14 Jun 1999 08:13:24 GMT</last_modification_time>
    </signal>
    <signal>
      <name>clicked</name>
      <handler>gtk_widget_show</handler>
      <object>filesel</object>
      <last_modification_time>Mon, 14 Jun 1999 08:13:37 GMT</last_modification_time>
    </signal>
    <label>OK</label>
  </widget>

  <widget>
    <class>GtkButton</class>
    <child_name>FontSel:apply_button</child_name>
    <name>apply_button1</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <label>Apply</label>
  </widget>

  <widget>
    <class>GtkButton</class>
    <child_name>FontSel:cancel_button</child_name>
    <name>cancel_button3</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <signal>
      <name>clicked</name>
      <handler>gtk_main_quit</handler>
      <last_modification_time>Mon, 14 Jun 1999 08:13:48 GMT</last_modification_time>
    </signal>
    <label>Cancel</label>
  </widget>
</widget>

</GTK-Interface>