Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 84e3c6e8e1d0d7706a99d19480799d2a > files > 68

gtk+extra-devel-2.1.2-6.fc15.i686.rpm

<HTML
><HEAD
><TITLE
>GtkExtra-Combobox</TITLE
>
<DIV
CLASS="NAVHEADER"
>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr bgcolor="#000000"> 
      <td width="39%">&nbsp;</td>
      <td width="61%"><font
color="#FFFFFF"
size="5"
>GTK-EXTRA - Reference Manual</font
></td>
    </tr>
  </table>
  <table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
    <tr bgcolor="#0033CC"> 
      <td width="47%">&nbsp;</td>
      <td width="53%"><font
color="#FFFFFF"
size="3"
><b
><a
href="index.html"
><font
color="#FFFFFF"
size="3"
><b
>Home</b
></font
></a
></b
></font
></td>
    </tr>
  </table>
  <p>&nbsp;</p>
</DIV
>
<H1
>GtkCombobox</H1
>
<DIV
CLASS="REFNAMEDIV"
>
<H2
>Name</H2
>
  <p>GtkCombobox - combobox widget for gtk+ </p>
</DIV
>
<DIV
CLASS="REFSYNOPSISDIV"
>
<H2
>Synopsis</H2
>
  <br>
</DIV
>
<DIV
CLASS="REFSECT1"
> 
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr> 
      <td bgcolor="D6E8FF"><pre>GtkType</pre></td>
      <td bgcolor="D6E8FF"><pre><a href="#gtk_combobox_get_type">gtk_combobox_get_type</a></pre></td>
      <td bgcolor="D6E8FF"><pre>(void); </pre></td>
    </tr>
    <tr> 
      <td width="9%" bgcolor="D6E8FF"> <pre>GtkWidget *</pre></td>
      <td width="19%" bgcolor="D6E8FF"> <pre><a href="#gtk_combobox_new">gtk_combobox_new</a></pre></td>
      <td width="72%" bgcolor="D6E8FF"> <pre> (void); </pre></td>
    </tr>
    <tr> 
      <td width="9%" bgcolor="D6E8FF">void</td>
      <td width="19%" bgcolor="D6E8FF"><a href="#gtk_combobox_hide_popdown_window">gtk_combobox_hide_popdown_window</a></td>
      <td width="72%" bgcolor="D6E8FF">(GtkComboBox *combobox); </td>
    </tr>
  </table>
  <H2
>Object Hierarchy</H2
>
  <TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
>
      <TD
> 
        <PRE
CLASS="SYNOPSIS"
> GtkObject<br>   +----GtkWidget<br>         +----GtkContainer<br>               +----GtkBox<br>                     +----GtkHBox<br>                           +----GtkCombo<br>                                 +-----GtkComboBox</PRE
>
      </TD
></TR
></TABLE
>
</DIV
>
<DIV
CLASS="REFSECT1"
> 
  <H2
><br>
    Args</H2
>
  <TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
>
        <PRE
CLASS="SYNOPSIS"
>&nbsp;</PRE
>
      </TD
></TR
></TABLE
></DIV
>
<DIV
CLASS="REFSECT1"
><br>
  <H2
>Signal Prototypes</H2
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
>
      <TD
> 
        <pre>No signals</pre>
      </TD
>
    </TR
></TABLE
></DIV
>
<DIV
CLASS="REFSECT1"
><br>
  <H2
>Description<br>
  </H2
>
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td><font face="Arial, Helvetica, sans-serif" size="4">It is a composite 
        widget with two buttons, one with an arrow to display a popdown window 
        where you can pack whatever you want, from a calendar to a clist. </font></td>
    </tr>
  </table>
  <H2
><br>
    Details </H2
>
  <table width="100%" border="0" cellspacing="0" cellpadding="0" bordercolor="#FFFFCC">
    <tr bgcolor="#FFFFCC"> 
      <td width="19%"> 
        <pre>struct _GtkComboBox {<br>	GtkHBox hbox;<br>	GtkWidget *button;<br>        GtkWidget *arrow;<br>	GtkWidget *popup;<br>	GtkWidget *popwin;<br>	GtkWidget *frame;<br>};<br> </pre>
      </td>
      <td width="24%">&nbsp;</td>
      <td width="30%">&nbsp;</td>
      <td width="27%">&nbsp;</td>
    </tr>
  </table>
  <h4
>You should access only the entry and list fields directly </h4
>
</DIV
>
<DIV
CLASS="REFSECT1"
>
<DIV
CLASS="REFSECT2"
></DIV
>
  <DIV
CLASS="REFSECT2"
></DIV
>
  <HR>
  <DIV
CLASS="REFSECT2"
> 
    <H3
><a name="gtk_combobox_get_type" id="gtk_combobox_get_type"></a>gtk_combobox_get_type 
      ()</H3
>
    <TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
>
      <TR
> 
        <TD
> <pre>GtkType gtk_combobox_get_type (void); </pre></TD
>
      </TR
>
    </TABLE
>
    <P
>&nbsp;</P
>
    <DIV
CLASS="INFORMALTABLE"
> 
      <P
></P
>
      <TABLE
BORDER="1"
WIDTH="100%"
BGCOLOR="#FFD0D0"
CELLSPACING="0"
CELLPADDING="4"
CLASS="CALSTABLE" bordercolor="#000033"
>
        <TBODY
>
          <TR
>
            <TD
WIDTH="20%"
ALIGN="RIGHT"
VALIGN="TOP"
><I
CLASS="EMPHASIS"
>Returns</I
> :</TD
>
            <TD
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
>
          </TR
>
        </TBODY
>
      </TABLE
>
      <div
class="REFSECT2"
><br>
      </div
>
    </DIV
>
  </DIV
>
  <HR>
  <DIV
CLASS="REFSECT2"
> 
    <H3
><a name="gtk_combobox_new"></a>gtk_combobox_new ()</H3
>
    <TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
>
        <TD
> 
          <pre>GtkWidget *gtk_combobox_new (void); </pre>
        </TD
>
      </TR
></TABLE
>
    <P
>Creates a new combo box widget.</P
>
    <DIV
CLASS="INFORMALTABLE"
>
<P
></P
>
      <TABLE
BORDER="1"
WIDTH="100%"
BGCOLOR="#FFD0D0"
CELLSPACING="0"
CELLPADDING="4"
CLASS="CALSTABLE" bordercolor="#000033"
>
        <TBODY
> 
        <TR
><TD
WIDTH="20%"
ALIGN="RIGHT"
VALIGN="TOP"
><I
CLASS="EMPHASIS"
>Returns</I
> :</TD
>
          <TD
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>a new combobox widget</TD
>
        </TR
></TBODY
></TABLE
>
      <div
class="REFSECT2"
><br>
      </div
>
      <hr>
      <div
class="REFSECT2"
> 
        <h3
><a name="gtk_combobox_hide_popdown_window"></a>gtk_combobox_hide_popdown_window 
          ()</h3
>
        <table
border="0"
bgcolor="#D6E8FF"
width="100%"
cellpadding="6"
>
          <tr
> 
            <td
> 
              <pre>void gtk_combobox_hide_popdown_window (GtkComboBox *combobox); </pre>
            </td
>
          </tr
>
        </table
>
        <p
>Hide the popdown window.</p
>
        <div
class="INFORMALTABLE"
> 
          <p
></p
>
          <table
border="1"
width="100%"
bgcolor="#FFD0D0"
cellspacing="0"
cellpadding="4"
class="CALSTABLE" bordercolor="#000033"
>
            <tbody
> 
            <tr
>
              <td
width="20%"
align="RIGHT"
valign="TOP"
><i
class="EMPHASIS"
>combobox</i
></td
>
              <td
width="80%"
align="LEFT"
valign="TOP"
>a combobox widget</td
>
            </tr
>
            </tbody
>
          </table
>
        </div
>
      </div
>
  <br>
      <P
></P
>
    </DIV
>
  </DIV
>
  <DIV
CLASS="REFSECT2"
>
    <DIV
CLASS="INFORMALTABLE"
>
      <div
class="REFSECT2"
>
        <div
class="INFORMALTABLE"
></div
>
      </div
>
      
    </DIV
>
  </DIV
>
  
</DIV
>
<DIV
CLASS="REFSECT1"
>
  <DIV
CLASS="REFSECT2"
>
    <DIV
CLASS="INFORMALTABLE"
>
<P
></P
></DIV
></DIV
></DIV
><DIV
CLASS="REFSECT1"
>
<H2
>See Also</H2
><P
><P
></P
><DIV
CLASS="VARIABLELIST"
>
    <DL
> 
      <DT
>GtkCombo</DT
>
      <DD
> 
        <P
>a text entry field with a dropdown list.</P
>
      </DD
>
      <DT
><BR
CLEAR="all">
        <BR>
      </DT
>
    </DL
>
  </DIV
>
</DIV
>
<DIV
CLASS="NAVFOOTER"
>
  <TABLE
WIDTH="100%"
BORDER="0"
BGCOLOR="#000000"
CELLPADDING="1"
CELLSPACING="0"
>
    <TR
> 
      <TD
WIDTH="25%"
BGCOLOR="#000000"
ALIGN="left"
>&nbsp;</TD
>
      <TD
WIDTH="50%"
BGCOLOR="#0000C0"
ALIGN="center"
><FONT
COLOR="#FFFFFF"
SIZE="3"
><B
><A
HREF="index.html"
><FONT
COLOR="#FFFFFF"
SIZE="3"
><B
>Home</B
></FONT
></A
></B
></FONT
></TD
>
      <TD
WIDTH="0%"
BGCOLOR="#000000"
ALIGN="center"
>&nbsp;</TD
>
      <TD
WIDTH="25%"
BGCOLOR="#000000"
ALIGN="right"
>&nbsp;</TD
>
    </TR
>
  </TABLE
>
</DIV
></BODY
></HTML
>