Penguin
Annotated edit history of glade(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 GLADE
2 !!!GLADE
3 N NA AM ME E
4 S SY YN NO OP PS SI IS S
5 D DE ES SC CR RI IP PT TI IO ON N
6 O OP PT TI IO ON NS S
7 S SE EE E A AL LS SO O
8 C CO OP PY YR RI IG GH HT T
9 A AU UT TH HO OR RS S
10 ----
11 !!N NA AM ME E
12
13
14 glade - User interface builder for the GTK+ toolkit and GNOME .
15 !!S SY YN NO OP PS SI IS S
16
17
18 glade [[OPTION...]
19 !!D DE ES SC CR RI IP PT TI IO ON N
20
21
22 Glade is an application for creating graphical user
23 interfaces that use the Gtk+ and GNOME
24 libraries. Glade allows you to rapidly develope these
25 interfaces, and can create source code in a variety of
26 languages that will construct the interfaces for you. Glade
27 can also be used in conjunction with libglade to dynamically
28 create user interfaces from the XML
29 description file that Glade creates.
30
31
32 Glade is composed of several windows which each server a
33 particular purpose. The main window contains the menu,
34 toolbar and a list of top-level windows. The palette lists
35 the various UI objects which you can use to
36 bulid an inteface. The property editor lets you manipulate
37 the properties of widgets, such as their size, color, signal
38 masks, etc.
39
40
41 Typically a Glade project begins with the construction of
42 the user interface. Using the palette, you composite and
43 insert widgets until you arrive at the desired interface.
44 While doing this you usually use the property editor to
45 manipulate the various packing settings, dimensions, etc.,
46 of the widgets.
47
48
49 When the interface is finished, you then usually save the
50 project and build the C source files that will be used to
51 generate the user interface. Integration with your project
52 logic then follows.
53 !!O OP PT TI IO ON NS S
54
55
56 Glade options
57
58
59 __--ww__,
60 __----wwrriittee--ssoouurrccee__
61
62
63 Write the source code and exit
64
65
66 GNOME options
67
68
69 __----vveerrssiioonn__
70
71
72 Display the glade version.
73
74
75 __----ddiissaabbllee--ssoouunndd__
76
77
78 Disable sound server use.
79
80
81 __----eennaabbllee--ssoouunndd__
82
83
84 Enable sound server use.
85
86
87 __----ssppeeaakkeerr==HHOOSSTT::PPOORRTT__
88
89
90 Host:port where sound server to be used is
91 running.
92
93
94 Help options
95
96
97 __--??__,__----hheellpp__
98
99
100 It shows the help message.
101
102
103 __----uussaaggee__
104
105
106 It shows a brief usage explanation.
107
108
109 GTK options
110
111
112 __----ggddkk--ddeebbuugg==FFLLAAGGSS__
113
114
115 Debugging gdk flags to activate.
116
117
118 __----ggddkk--nnoo--ddeebbuugg==FFLLAAGGSS__
119
120
121 Debugging gdk flags to deactivate.
122
123
124 __----ddiissppllaayy==DDIISSPPLLAAYY__
125
126
127 X display to use.
128
129
130 __----ssyynncc__
131
132
133 Syncrone X calls.
134
135
136 __----nnoo--xxsshhmm__
137
138
139 Don't use X shared extension memory.
140
141
142 __----nnaammee==NNAAMMEE__
143
144
145 Window manager program name.
146
147
148 __----ccllaassss==CCLLAASSSS__
149
150
151 Program class used by window manager.
152
153
154 __----ggxxiidd__hhoosstt==NNOODDEE__
155
156
157 __----ggxxiidd__ppoorrtt==PPOORRTT__
158
159
160 __----xxiimm--pprreeeeddiitt==SSTTYYLLEE__
161
162
163 __----xxiimm--ssttaattuuss==SSTTYYLLEE__
164
165
166 __----ggttkk--ddeebbuugg==FFLLAAGGSS__
167
168
169 Debugging Gtk+ flags to activate.
170
171
172 __----ggttkk--nnoo--ddeebbuugg==FFLLAAGGSS__
173
174
175 Debugging Gtk+ flags to deactivate.
176
177
178 __----gg--ffaattaall--wwaarrnniinnggss__
179
180
181 Transform warnings in fatal errors.
182
183
184 __----ggttkk--mmoodduullee==MMOODDUULLEE__
185
186
187 Load an additional Gtk module.
188
189
190 GNOME GUI options
191
192
193 __----ddiissaabbllee--ccrraasshh--ddiiaalloogg__
194
195
196 Session Manager options
197
198
199 __----ssmm--cclliieenntt--iidd==IIDD__
200
201
202 Specify session manager identification.
203
204
205 __----ssmm--ccoonnffiigg--pprreeffiixx==PPRREEFFIIXX__
206
207
208 Specify previously saved configuration prefix.
209
210
211 __----ssmm--ddiissaabbllee__
212
213
214 Deactivate session manager conection.
215 !!S SE EE E A AL LS SO O
216
217
218 To obtain more information about Glade please visit
219 http://glade.gnome.org.
220 !!C CO OP PY YR RI IG GH HT T
221
222
223 This package is free software; you can redistribute it
224 and/or modify it under the terms of the GNU
225 General Public License as published by the Free Software
226 Foundation; version 2 dated June, 1991.
227 !!A AU UT TH HO OR RS S
228
229
230 Damon Chaplin
231 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.