1GLADE(1) User Commands GLADE(1)
2
3
4
6 glade - Create GTK+ user interfaces
7
9 glade [OPTION...] [FILE...]
10
12 glade is a tool to create or edit user interfaces for GTK+ or GNOME
13 applications. It saves the user interface descriptions in xml files
14 which can be read by the GtkBuilder API that is part of GTK+.
15
17 The following options can be specified:
18
19 -h, --help
20 Show help options.
21
22 --help-all
23 Show all help options.
24
25 --help-debug
26 Show Glade debug options.
27
28 --help-gtk
29 Show GTK+ options.
30
31 --version
32 Output version information and exit.
33
34 --without-devhelp
35 Disable devhelp integration.
36
37 --display=DISPLAY
38 X display to use.
39
41 devhelp(1)
42
43
44
45GNOME GLADE(1)