glade-2(1)							   User Commands							glade-2(1)

NAME
glade-2 - create graphical user interfaces for Gtk+ and GNOME SYNOPSIS
glade-2 [gnome-std-options] [--write-source filename] [--hide-palette] [--hide-property-editor [--show-widget-tree] [--show-clipboard]] [filename] DESCRIPTION
Glade is an application for creating graphical user interfaces that use the Gtk+ and GNOME libraries. Glade allows you to rapidly develop these interfaces, and can create source code in a variety of languages that will construct the interfaces for you. Glade can also be used in conjunction with libglade(3C) to dynamically create user interfaces from the XML description file that Glade creates. This is by far the preferred method of using Glade, as it is not neccessary to recompile your code for simple user interface modifications. OPTIONS
The following options are supported: --write-source fLoadaaegiven XML description file, generate source code for it, and then exit. You can also use -w to specify this option. --hide-palette Hide the Palette dialog on start up. --hide-property-Hide the Property Editor dialog on start up. --show-widget-trShow the Widget Tree dialog on start up. --show-clipboardShow the Clipboard dialog on start up. gnome-std-optionStandard options available for use with most GNOME applications. See gnome-std-options(5) for more information. OPERANDS
The following operands are supported: filename The name of the file to be edited or viewed. If filename is not specified, a blank window is opened. EXAMPLES
Example 1: Launching Glade with Widget Tree and sample XML description file example% glade-2 --show-widget-tree example.glade EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/glade-2 Executable for Glade. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-ui-designer | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
Glade User Manual Latest version of the GNOME Desktop User Guide for your platform. gnome-std-options(5), libglade-2.0(3), libgtk-x11-2.0(3), libgnomeui-2(3) NOTES
Written by Glynn Foster, Sun Microsystems Inc., 2003. SunOS 5.10 2 Oct 2003 glade-2(1)