File: gtkbordercombo.xml

package info (click to toggle)
gtkextra 3.3.4-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,580 kB
  • sloc: ansic: 60,728; xml: 28,485; sh: 4,758; makefile: 476
file content (143 lines) | stat: -rw-r--r-- 7,339 bytes parent folder | download | duplicates (3)
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<?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="GtkBorderCombo">
<refmeta>
<refentrytitle role="top_of_page" id="GtkBorderCombo.top_of_page">GtkBorderCombo</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>GTKEXTRA Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>GtkBorderCombo</refname>
<refpurpose>A border combo widget</refpurpose>
</refnamediv>

<refsect1 id="GtkBorderCombo.functions" role="functions_proto">
<title role="functions_proto.title">Functions</title>
<informaltable pgwide="1" frame="none">
<tgroup cols="2">
<colspec colname="functions_return" colwidth="150px"/>
<colspec colname="functions_name"/>
<tbody>
<row><entry role="function_type"><link linkend="GtkWidget"><returnvalue>GtkWidget</returnvalue></link>&#160;*
</entry><entry role="function_name"><link linkend="gtk-border-combo-new">gtk_border_combo_new</link>&#160;<phrase role="c_punctuation">()</phrase></entry></row>

</tbody>
</tgroup>
</informaltable>
</refsect1>
<refsect1 id="GtkBorderCombo.signals" role="signal_proto">
<title role="signal_proto.title">Signals</title>
<informaltable frame="none">
<tgroup cols="3">
<colspec colname="signals_return" colwidth="150px"/>
<colspec colname="signals_name" colwidth="300px"/>
<colspec colname="signals_flags" colwidth="200px"/>
<tbody>
<row><entry role="signal_type"><link linkend="void"><returnvalue>void</returnvalue></link></entry><entry role="signal_name"><link linkend="GtkBorderCombo-changed">changed</link></entry><entry role="signal_flags"><link linkend="G-SIGNAL-RUN-FIRST:CAPS">Run First</link></entry></row>

</tbody>
</tgroup>
</informaltable>
</refsect1>
<refsect1 id="GtkBorderCombo.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">struct</entry><entry role="function_name"><link linkend="GtkBorderCombo-struct">GtkBorderCombo</link></entry></row>

</tbody>
</tgroup>
</informaltable>
</refsect1>
<refsect1 id="GtkBorderCombo.object-hierarchy" role="object_hierarchy">
<title role="object_hierarchy.title">Object Hierarchy</title>
<screen>    <link linkend="GObject">GObject</link>
    <phrase role="lineart">&#9584;&#9472;&#9472;</phrase> <link linkend="GInitiallyUnowned">GInitiallyUnowned</link>
        <phrase role="lineart">&#9584;&#9472;&#9472;</phrase> <link linkend="GtkObject">GtkObject</link>
            <phrase role="lineart">&#9584;&#9472;&#9472;</phrase> <link linkend="GtkWidget">GtkWidget</link>
                <phrase role="lineart">&#9584;&#9472;&#9472;</phrase> <link linkend="GtkContainer">GtkContainer</link>
                    <phrase role="lineart">&#9584;&#9472;&#9472;</phrase> <link linkend="GtkBox">GtkBox</link>
                        <phrase role="lineart">&#9584;&#9472;&#9472;</phrase> <link linkend="GtkHBox">GtkHBox</link>
                            <phrase role="lineart">&#9584;&#9472;&#9472;</phrase> <link linkend="GtkComboButton">GtkComboButton</link>
                                <phrase role="lineart">&#9584;&#9472;&#9472;</phrase> GtkBorderCombo
</screen>
</refsect1>
<refsect1 id="GtkBorderCombo.implemented-interfaces" role="impl_interfaces">
<title role="impl_interfaces.title">Implemented Interfaces</title>
<para>
GtkBorderCombo implements
 <link linkend="AtkImplementorIface">AtkImplementorIface</link>,  <link linkend="GtkBuildable">GtkBuildable</link> and  <link linkend="GtkOrientable">GtkOrientable</link>.</para>

</refsect1>

<refsect1 id="GtkBorderCombo.includes"><title>Includes</title><synopsis>#include &lt;gtkextra.h&gt;
</synopsis></refsect1>

<refsect1 id="GtkBorderCombo.description" role="desc">
<title role="desc.title">Description</title>
<para>It is a <link linkend="GtkComboBox"><type>GtkComboBox</type></link> subclass with a variety of border styles in the popdown window arranged in a table of togglebuttons.</para>

</refsect1>
<refsect1 id="GtkBorderCombo.functions_details" role="details">
<title role="details.title">Functions</title>
<refsect2 id="gtk-border-combo-new" role="function">
<title>gtk_border_combo_new&#160;()</title>
<indexterm zone="gtk-border-combo-new"><primary>gtk_border_combo_new</primary></indexterm>
<programlisting language="C"><link linkend="GtkWidget"><returnvalue>GtkWidget</returnvalue></link>&#160;*
gtk_border_combo_new (<parameter><type>void</type></parameter>);</programlisting>
<para>
</para>
</refsect2>

</refsect1>
<refsect1 id="GtkBorderCombo.other_details" role="details">
<title role="details.title">Types and Values</title>
<refsect2 id="GtkBorderCombo-struct" role="struct">
<title>struct GtkBorderCombo</title>
<indexterm zone="GtkBorderCombo-struct"><primary>GtkBorderCombo</primary></indexterm>
<programlisting language="C">struct GtkBorderCombo;</programlisting>
<para>The GtkBorderCombo struct contains only private data.
It should only be accessed through the functions described below.</para>
</refsect2>

</refsect1>
<refsect1 id="GtkBorderCombo.signal-details" role="signals">
<title role="signals.title">Signal Details</title>
<refsect2 id="GtkBorderCombo-changed" role="signal"><title>The <literal>“changed”</literal> signal</title>
<indexterm zone="GtkBorderCombo-changed"><primary>GtkBorderCombo::changed</primary></indexterm>
<programlisting language="C"><link linkend="void"><returnvalue>void</returnvalue></link>
user_function (<link linkend="GtkBorderCombo"><type>GtkBorderCombo</type></link> *border_combo,
               <link linkend="gint"><type>gint</type></link>            selection,
               <link linkend="gpointer"><type>gpointer</type></link>        user_data)</programlisting>
<para>Emmited when the GtkBorderCombo's state is changed</para>
<refsect3 id="GtkBorderCombo-changed.parameters" role="parameters">
<title>Parameters</title>
<informaltable role="parameters_table" pgwide="1" frame="none">
<tgroup cols="3">
<colspec colname="parameters_name" colwidth="150px"/>
<colspec colname="parameters_description"/>
<colspec colname="parameters_annotations" colwidth="200px"/>
<tbody>
<row><entry role="parameter_name"><para>border_combo</para></entry>
<entry role="parameter_description"><para>the <link linkend="GtkBorderCombo"><type>GtkBorderCombo</type></link> object that received the signal</para></entry>
<entry role="parameter_annotations"></entry></row>
<row><entry role="parameter_name"><para>selection</para></entry>
<entry role="parameter_description"><para>the number of selected item</para></entry>
<entry role="parameter_annotations"></entry></row>
<row><entry role="parameter_name"><simpara>user_data</simpara></entry>
<entry role="parameter_description"><simpara>user data set when the signal handler was connected.</simpara></entry>
<entry role="parameter_annotations"></entry></row>
</tbody></tgroup></informaltable>
</refsect3><para>Flags: <link linkend="G-SIGNAL-RUN-FIRST:CAPS">Run First</link></para>
</refsect2>
</refsect1>

</refentry>