<!DOCTYPE REFENTRY PUBLIC "-//Sun Microsystems//DTD DocBook V3.0-Based SolBook Subset V2.0//EN" [
<!--ArborText, Inc., 1988-1999, v.4002-->
<!--ARC : LSARC 2002/147 GNOME 2.0 GUI Builder - Glade-->
<!ENTITY cmd "glade-3">
<!ENTITY % commonents SYSTEM "smancommon.ent">
%commonents;
<!ENTITY % booktitles SYSTEM "booktitles.ent">
%booktitles;
<!ENTITY suncopy "Copyright (c) 2003,2006,2007,2008 Sun Microsystems, Inc. All Rights Reserved.">
]>
<?Pub UDT _bookmark _target>
<?Pub Inc>
<refentry id="glade-3-1">
<!-- %Z%%M% %I% %E% SMI; -->
<refmeta><refentrytitle>glade-3</refentrytitle><manvolnum>1</manvolnum>
<refmiscinfo class="date">21 Apr 2008</refmiscinfo>
<refmiscinfo class="sectdesc">&man1;</refmiscinfo>
<refmiscinfo class="software">&release;</refmiscinfo>
<refmiscinfo class="arch">generic</refmiscinfo>
<refmiscinfo class="copyright">&suncopy;</refmiscinfo>
</refmeta>
<indexterm><primary>glade-3</primary></indexterm><indexterm><primary>glade-3</primary></indexterm>
<refnamediv id="glade-3-1-name">
<refname>glade-3</refname>
<refpurpose>
The interface designer enables you to create and edit user interface designs
for GTK+ applications.</refpurpose>
</refnamediv>
<refsynopsisdiv id="glade-3-1-synp"><title>&synp-tt;</title>
<cmdsynopsis><command>&cmd;</command>
<arg choice="opt"><option>-without-devhelp</option></arg>
<arg choice="opt"><option role="nodash"><replaceable>gnome-std-options</replaceable></option></arg>
<arg choice="plain"><option role="nodash"><replaceable>filename</replaceable></option></arg>
</cmdsynopsis></refsynopsisdiv>
<refsect1 id="glade-3-1-desc"><title>&desc-tt;</title>
<para>
The <command>&cmd;</command> interface designer enables you to create and edit
user interface designs for GTK+ applications.
</para>
<para>
The GTK+ library provides an extensive collection of user interface building
blocks such as text boxes, dialog labels, numeric entries, check boxes, and
menus. These building blocks are called <emphasis>widgets</emphasis>.
<command>&cmd;</command> allows you to modify the layout and properties of
these widgets. You can also use <command>&cmd;</command> to add connections
between widgets and application source code.
</para>
<para>
<para>
The user interfaces designed in <command>&cmd;</command> are stored in an XML
format, enabling easy integration with external tools. You can use the
<citerefentry><refentrytitle>libglade</refentrytitle>
<manvolnum>3C</manvolnum></citerefentry>
library to dynamically create GUIs from the XML description.
</para>
</refsect1>
<refsect1 id="glade-3-1-opts"><title>&opts-tt;</title>
<para>
The following options are supported:
</para>
<varlistentry>
<term><option>--without-devhelp</option></term>
<listitem><para>
Disable Devhelp integration.
</para></listitem></varlistentry>
<varlistentry>
<term><option role="nodash"><replaceable>gnome-std-options</replaceable></option></term>
<listitem><para>
Standard options available for use with most GNOME applications. See
<citerefentry><refentrytitle>gnome-std-options</refentrytitle>
<manvolnum>5</manvolnum></citerefentry>
for more information.
</para></listitem></varlistentry>
</refsect1>
<refsect1 id="glade-3-1-oper"><title>&oper-tt;</title>
<para>
The following operands are supported:
</para>
<variablelist termlength="medium"><varlistentry>
<term><option role="nodash"><replaceable>filename</replaceable></option></term>
<listitem><para>
The name of the file to be edited or viewed. If
<replaceable>filename</replaceable> is not specified, a blank window is opened.
</para></listitem></varlistentry>
</variablelist>
</refsect1>
<refsect1 id="glade-3-1-exam"><title>&exam-tt;</title>
<example role="example"><title>Launching Glade with sample XML description file</title>
<para><screen>
example% <userinput>&cmd; example.glade</userinput>
</screen></para>
</example>
</refsect1>
<refsect1 id="glade-3-1-exit"><title>&exit-tt;</title>
<para>
The following exit values are returned:
</para>
<variablelist termlength="xtranarrow"><varlistentry>
<term><returnvalue>0</returnvalue></term>
<listitem><para>
Application exited successfully
</para></listitem></varlistentry>
<varlistentry>
<term><returnvalue>>0</returnvalue></term>
<listitem><para>
Application exited with failure
</para></listitem></varlistentry>
</variablelist>
</refsect1>
<refsect1 id="glade-3-1-file"><title>&file-tt;</title>
<para>
The following files are used by this application:
</para>
<variablelist termlength="medium"><varlistentry>
<term><filename>/usr/bin/&cmd;</filename></term>
<listitem><para>
Executable for Glade.
</para></listitem></varlistentry>
</variablelist></refsect1>
<refsect1 id="glade-3-1-attr"><title>&attr-tt;</title>
<para>
See
<olink targetdocent="REFMAN5" localinfo="attributes-5">
<citerefentry><refentrytitle>attributes</refentrytitle>
<manvolnum>5</manvolnum></citerefentry></olink>
for descriptions of the following attributes:
</para>
<informaltable frame="all">
<tgroup cols="2" colsep="1" rowsep="1">
<colspec colname="COLSPEC0" colwidth="1*">
<colspec colname="COLSPEC1" colwidth="1*">
<thead>
<row>
<entry align="center" valign="middle">ATTRIBUTE TYPE</entry>
<entry align="center" valign="middle">ATTRIBUTE VALUE</entry>
</row>
</thead>
<tbody>
<row>
<entry><para>Availability</para></entry>
<entry><para>developer/ui-designer/glade</para></entry>
</row>
<row>
<entry colname="COLSPEC0"><para>Interface stability</para></entry>
<entry colname="COLSPEC1"><para>Volatile</para></entry>
</row>
</tbody></tgroup></informaltable>
</refsect1>
<refsect1 id="glade-3-1-also"><title>&also-tt;</title>
<!--Reference to another man page-->
<!--Reference to a Help manual-->
<!--Reference to a book.-->
<para><citetitle>Glade User Manual</citetitle></para>
<para>Latest version of the <citetitle>GNOME Desktop User Guide</citetitle> for your platform.</para>
<para>
<citerefentry><refentrytitle>libglade-2.0</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
<citerefentry><refentrytitle>libgtk-x11-2.0</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
<citerefentry><refentrytitle>attributes</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
<citerefentry><refentrytitle>gnome-interfaces</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
<citerefentry><refentrytitle>gnome-std-options</refentrytitle><manvolnum>5</manvolnum></citerefentry>
</para>
</refsect1>
<refsect1 id="glade-3-1-note"><title>&note-tt;</title>
<para>
Written by Glynn Foster, Sun Microsystems Inc., 2003, 2006.
</para>
<para>
Written by Halton Huo, Sun Microsystems Inc., 2007.
</para>
</refsect1>
</refentry>