Sophie

Sophie

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

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

<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<refentry id="gtkextra-GtkCheckItem">
<refmeta>
<refentrytitle role="top_of_page" id="gtkextra-GtkCheckItem.top_of_page">GtkCheckItem</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>GTKEXTRA Library</refmiscinfo>
</refmeta>

<refnamediv>
<refname>GtkCheckItem</refname>
<refpurpose></refpurpose>
</refnamediv>

<refsynopsisdiv id="gtkextra-GtkCheckItem.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>

<synopsis>

#include &lt;gtkextra.h&gt;

<link linkend="GtkWidget">GtkWidget</link>*          <link linkend="gtk-check-item-new">gtk_check_item_new</link>                  (void);
<link linkend="GtkWidget">GtkWidget</link>*          <link linkend="gtk-check-item-new-with-label">gtk_check_item_new_with_label</link>       (const <link linkend="gchar">gchar</link> *label);
<link linkend="void">void</link>                <link linkend="gtk-check-item-construct-with-label">gtk_check_item_construct_with_label</link> (<link linkend="GtkCheckItem">GtkCheckItem</link> *check_item,
                                                         const <link linkend="gchar">gchar</link> *label);
</synopsis>
</refsynopsisdiv>









<refsect1 id="gtkextra-GtkCheckItem.description" role="desc">
<title role="desc.title">Description</title>
<para>
</para>
</refsect1>

<refsect1 id="gtkextra-GtkCheckItem.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="gtk-check-item-new" role="function">
<title>gtk_check_item_new ()</title>
<indexterm zone="gtk-check-item-new"><primary sortas="gtk_check_item_new">gtk_check_item_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*          gtk_check_item_new                  (void);</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="gtk-check-item-new-with-label" role="function">
<title>gtk_check_item_new_with_label ()</title>
<indexterm zone="gtk-check-item-new-with-label"><primary sortas="gtk_check_item_new_with_label">gtk_check_item_new_with_label</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*          gtk_check_item_new_with_label       (const <link linkend="gchar">gchar</link> *label);</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>label</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="gtk-check-item-construct-with-label" role="function">
<title>gtk_check_item_construct_with_label ()</title>
<indexterm zone="gtk-check-item-construct-with-label"><primary sortas="gtk_check_item_construct_with_label">gtk_check_item_construct_with_label</primary></indexterm><programlisting><link linkend="void">void</link>                gtk_check_item_construct_with_label (<link linkend="GtkCheckItem">GtkCheckItem</link> *check_item,
                                                         const <link linkend="gchar">gchar</link> *label);</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>check_item</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>label</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>

</refsect1>




</refentry>