1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
<!ENTITY version SYSTEM "version.xml">
]>
<!--ENTITY index-Objects-Grouped SYSTEM "objects_grouped.sgml"-->
<refentry id="GtkItemEntry">
<refmeta>
<refentrytitle role="top_of_page" id="GtkItemEntry.top_of_page">GtkItemEntry</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>GTKEXTRA Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>GtkItemEntry</refname>
<refpurpose>An item entry widget.</refpurpose>
</refnamediv>
<refsect1 id="GtkItemEntry.other" role="other_proto">
<title role="other_proto.title">Types and Values</title>
<informaltable role="enum_members_table" pgwide="1" frame="none">
<tgroup cols="2">
<colspec colname="name" colwidth="150px"/>
<colspec colname="description"/>
<tbody>
<row><entry role="datatype_keyword"></entry><entry role="function_name"><link linkend="GtkItemEntry-struct">GtkItemEntry</link></entry></row>
</tbody>
</tgroup>
</informaltable>
</refsect1>
<refsect1 id="GtkItemEntry.object-hierarchy" role="object_hierarchy">
<title role="object_hierarchy.title">Object Hierarchy</title>
<screen> <link linkend="GObject">GObject</link>
<phrase role="lineart">╰──</phrase> <link linkend="GInitiallyUnowned">GInitiallyUnowned</link>
<phrase role="lineart">╰──</phrase> <link linkend="GtkObject">GtkObject</link>
<phrase role="lineart">╰──</phrase> <link linkend="GtkWidget">GtkWidget</link>
<phrase role="lineart">╰──</phrase> <link linkend="GtkEntry">GtkEntry</link>
<phrase role="lineart">╰──</phrase> GtkItemEntry
</screen>
</refsect1>
<refsect1 id="GtkItemEntry.implemented-interfaces" role="impl_interfaces">
<title role="impl_interfaces.title">Implemented Interfaces</title>
<para>
GtkItemEntry implements
<link linkend="AtkImplementorIface">AtkImplementorIface</link>, <link linkend="GtkBuildable">GtkBuildable</link>, <link linkend="GtkEditable">GtkEditable</link> and <link linkend="GtkCellEditable">GtkCellEditable</link>.</para>
</refsect1>
<refsect1 id="GtkItemEntry.includes"><title>Includes</title><synopsis>#include <gtkextra.h>
</synopsis></refsect1>
<refsect1 id="GtkItemEntry.description" role="desc">
<title role="desc.title">Description</title>
<para>Originally GtkSheetEntry. This widget allows to change colors and justification and can be dinamically resized.</para>
</refsect1>
<refsect1 id="GtkItemEntry.functions_details" role="details">
<title role="details.title">Functions</title>
<para />
</refsect1>
<refsect1 id="GtkItemEntry.other_details" role="details">
<title role="details.title">Types and Values</title>
<refsect2 id="GtkItemEntry-struct" role="struct">
<title>GtkItemEntry</title>
<indexterm zone="GtkItemEntry-struct"><primary>GtkItemEntry</primary></indexterm>
<programlisting language="C">typedef struct _GtkItemEntry GtkItemEntry;</programlisting>
<para>The GtkItemEntry struct contains only private data.
It should only be accessed through the functions described below.</para>
</refsect2>
</refsect1>
</refentry>
|