<refentry id="gal-e-gui-utils" revision="12 Jan 2001">
<refmeta>
<refentrytitle>e-gui-utils</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>GAL Library</refmiscinfo>
</refmeta>

<refnamediv>
<refname>e-gui-utils</refname><refpurpose></refpurpose>
</refnamediv>

<refsynopsisdiv><title>Synopsis</title>
<synopsis>



void        <link linkend="e-popup-menu">e_popup_menu</link>                    (<link linkend="GtkMenu">GtkMenu</link> *menu,
                                             <link linkend="GdkEventButton">GdkEventButton</link> *event);
void        <link linkend="e-auto-kill-popup-menu-on-hide">e_auto_kill_popup_menu_on_hide</link>  (<link linkend="GtkMenu">GtkMenu</link> *menu);
void        <link linkend="e-notice">e_notice</link>                        (<link linkend="GtkWindow">GtkWindow</link> *window,
                                             const char *type,
                                             const char *format,
                                             ...);
void        <link linkend="e-container-foreach-leaf">e_container_foreach_leaf</link>        (<link linkend="GtkContainer">GtkContainer</link> *container,
                                             <link linkend="GtkCallback">GtkCallback</link> callback,
                                             <link linkend="gpointer">gpointer</link> closure);
void        <link linkend="e-container-focus-nth-entry">e_container_focus_nth_entry</link>     (<link linkend="GtkContainer">GtkContainer</link> *container,
                                             int n);
<link linkend="gint">gint</link>        <link linkend="e-container-change-tab-order">e_container_change_tab_order</link>    (<link linkend="GtkContainer">GtkContainer</link> *container,
                                             <link linkend="GList">GList</link> *widgets);
</synopsis>
</refsynopsisdiv>





<refsect1>
<title>Description</title>
<para>

</para>
</refsect1>

<refsect1>
<title>Details</title>
<refsect2>
<title><anchor id="e-popup-menu">e_popup_menu ()</title>
<programlisting>void        e_popup_menu                    (<link linkend="GtkMenu">GtkMenu</link> *menu,
                                             <link linkend="GdkEventButton">GdkEventButton</link> *event);</programlisting>
<para>

</para><informaltable pgwide=1 frame="none" role="params">
<tgroup cols="2">
<colspec colwidth="2*">
<colspec colwidth="8*">
<tbody>
<row><entry align="right"><parameter>menu</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>event</parameter>&nbsp;:</entry>
<entry>


</entry></row>
</tbody></tgroup></informaltable></refsect2>
<refsect2>
<title><anchor id="e-auto-kill-popup-menu-on-hide">e_auto_kill_popup_menu_on_hide ()</title>
<programlisting>void        e_auto_kill_popup_menu_on_hide  (<link linkend="GtkMenu">GtkMenu</link> *menu);</programlisting>
<para>

</para><informaltable pgwide=1 frame="none" role="params">
<tgroup cols="2">
<colspec colwidth="2*">
<colspec colwidth="8*">
<tbody>
<row><entry align="right"><parameter>menu</parameter>&nbsp;:</entry>
<entry>


</entry></row>
</tbody></tgroup></informaltable></refsect2>
<refsect2>
<title><anchor id="e-notice">e_notice ()</title>
<programlisting>void        e_notice                        (<link linkend="GtkWindow">GtkWindow</link> *window,
                                             const char *type,
                                             const char *format,
                                             ...);</programlisting>
<para>

</para><informaltable pgwide=1 frame="none" role="params">
<tgroup cols="2">
<colspec colwidth="2*">
<colspec colwidth="8*">
<tbody>
<row><entry align="right"><parameter>window</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>type</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>format</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>...</parameter>&nbsp;:</entry>
<entry>


</entry></row>
</tbody></tgroup></informaltable></refsect2>
<refsect2>
<title><anchor id="e-container-foreach-leaf">e_container_foreach_leaf ()</title>
<programlisting>void        e_container_foreach_leaf        (<link linkend="GtkContainer">GtkContainer</link> *container,
                                             <link linkend="GtkCallback">GtkCallback</link> callback,
                                             <link linkend="gpointer">gpointer</link> closure);</programlisting>
<para>

</para><informaltable pgwide=1 frame="none" role="params">
<tgroup cols="2">
<colspec colwidth="2*">
<colspec colwidth="8*">
<tbody>
<row><entry align="right"><parameter>container</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>callback</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>closure</parameter>&nbsp;:</entry>
<entry>


</entry></row>
</tbody></tgroup></informaltable></refsect2>
<refsect2>
<title><anchor id="e-container-focus-nth-entry">e_container_focus_nth_entry ()</title>
<programlisting>void        e_container_focus_nth_entry     (<link linkend="GtkContainer">GtkContainer</link> *container,
                                             int n);</programlisting>
<para>

</para><informaltable pgwide=1 frame="none" role="params">
<tgroup cols="2">
<colspec colwidth="2*">
<colspec colwidth="8*">
<tbody>
<row><entry align="right"><parameter>container</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>n</parameter>&nbsp;:</entry>
<entry>


</entry></row>
</tbody></tgroup></informaltable></refsect2>
<refsect2>
<title><anchor id="e-container-change-tab-order">e_container_change_tab_order ()</title>
<programlisting><link linkend="gint">gint</link>        e_container_change_tab_order    (<link linkend="GtkContainer">GtkContainer</link> *container,
                                             <link linkend="GList">GList</link> *widgets);</programlisting>
<para>

</para><informaltable pgwide=1 frame="none" role="params">
<tgroup cols="2">
<colspec colwidth="2*">
<colspec colwidth="8*">
<tbody>
<row><entry align="right"><parameter>container</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>widgets</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><emphasis>Returns</emphasis> :</entry><entry>


</entry></row>
</tbody></tgroup></informaltable></refsect2>

</refsect1>




</refentry>
