Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 1bbf51ece72e40a5f40ad48678e7c5a5 > files > 581

libgnome32-devel-1.4.2-22mdv2009.1.i586.rpm

<refentry id="GtkTed">
<refmeta>
<refentrytitle>GtkTed</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>GNOMEUI Library</refmiscinfo>
</refmeta>

<refnamediv>
<refname>GtkTed</refname><refpurpose>Deprecated.</refpurpose>
</refnamediv>

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

#include &lt;gnome.h&gt;


struct      <link linkend="GtkTed-struct">GtkTed</link>;
void        <link linkend="gtk-ted-set-app-name">gtk_ted_set_app_name</link>            (char *str);
void        <link linkend="gtk-ted-prepare">gtk_ted_prepare</link>                 (<link linkend="GtkTed">GtkTed</link> *ted);
<link linkend="GtkWidget">GtkWidget</link>*  <link linkend="gtk-ted-new">gtk_ted_new</link>                     (char *dialog_name);
<link linkend="GtkWidget">GtkWidget</link>*  <link linkend="gtk-ted-new-layout">gtk_ted_new_layout</link>              (char *dialog_name,
                                             char *layout);
void        <link linkend="gtk-ted-add">gtk_ted_add</link>                     (<link linkend="GtkTed">GtkTed</link> *ted,
                                             <link linkend="GtkWidget">GtkWidget</link> *widget,
                                             char *name);

</synopsis>
</refsynopsisdiv>

<refsect1>
<title>Object Hierarchy</title>
<synopsis>

  <link linkend="GtkObject">GtkObject</link>
   +----<link linkend="GtkWidget">GtkWidget</link>
         +----<link linkend="GtkContainer">GtkContainer</link>
               +----<link linkend="GtkTable">GtkTable</link>
                     +----GtkTed
</synopsis>

</refsect1>




<refsect1>
<title>Description</title>
  <para>
    The routines in this module are deprecated and are only kept as
    compatibility with old code that used these.
  </para>

  <para>
    This used to be a way for an application to leave the layout
    policies for a dialog until runtime and provide a GUI editor if no
    layout information was available.
  </para>

  <para>
    Dialog layout should now be done with Glade and libglade.
  </para>
</refsect1>

<refsect1>
<title>Details</title>
<refsect2>
<title><anchor id="GtkTed-struct">struct GtkTed</title>
<programlisting>struct GtkTed;</programlisting>
<para>

</para></refsect2>
<refsect2>
<title><anchor id="gtk-ted-set-app-name">gtk_ted_set_app_name ()</title>
<programlisting>void        gtk_ted_set_app_name            (char *str);</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>str</parameter>&nbsp;:</entry>
<entry>


</entry></row>
</tbody></tgroup></informaltable></refsect2>
<refsect2>
<title><anchor id="gtk-ted-prepare">gtk_ted_prepare ()</title>
<programlisting>void        gtk_ted_prepare                 (<link linkend="GtkTed">GtkTed</link> *ted);</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>ted</parameter>&nbsp;:</entry>
<entry>


</entry></row>
</tbody></tgroup></informaltable></refsect2>
<refsect2>
<title><anchor id="gtk-ted-new">gtk_ted_new ()</title>
<programlisting><link linkend="GtkWidget">GtkWidget</link>*  gtk_ted_new                     (char *dialog_name);</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>dialog_name</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><emphasis>Returns</emphasis> :</entry><entry>


</entry></row>
</tbody></tgroup></informaltable></refsect2>
<refsect2>
<title><anchor id="gtk-ted-new-layout">gtk_ted_new_layout ()</title>
<programlisting><link linkend="GtkWidget">GtkWidget</link>*  gtk_ted_new_layout              (char *dialog_name,
                                             char *layout);</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>dialog_name</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>layout</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><emphasis>Returns</emphasis> :</entry><entry>


</entry></row>
</tbody></tgroup></informaltable></refsect2>
<refsect2>
<title><anchor id="gtk-ted-add">gtk_ted_add ()</title>
<programlisting>void        gtk_ted_add                     (<link linkend="GtkTed">GtkTed</link> *ted,
                                             <link linkend="GtkWidget">GtkWidget</link> *widget,
                                             char *name);</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>ted</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>widget</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>name</parameter>&nbsp;:</entry>
<entry>


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

</refsect1>



<refsect1>
<title>See Also</title>
<para>
libglade(3), Glade.
</para>
</refsect1>

</refentry>