~ubuntu-branches/ubuntu/jaunty/goffice/jaunty-updates

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
<?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" [
<!ENTITY version SYSTEM "version.xml">
]
>
<refentry id="goffice-06-gog-child-button">
<refmeta>
<refentrytitle role="top_of_page" id="goffice-06-gog-child-button.top_of_page">gog-child-button</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>GOFFICE-0.6 Library</refmiscinfo>
</refmeta>

<refnamediv>
<refname>gog-child-button</refname>
<refpurpose></refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>

<refsynopsisdiv id="goffice-06-gog-child-button.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>
<anchor id="GogChildButton"/>
<synopsis>
                    <link linkend="GogChildButton-struct">GogChildButton</link>;
                    <link linkend="GogChildButtonClass">GogChildButtonClass</link>;
<link linkend="GtkWidget">GtkWidget</link> *         <link linkend="gog-child-button-new">gog_child_button_new</link>                (void);
<link linkend="void">void</link>                <link linkend="gog-child-button-set-object">gog_child_button_set_object</link>         (<link linkend="GogChildButton">GogChildButton</link> *child_button,
                                                         <link linkend="GogObject">GogObject</link> *gog_object);
</synopsis>
</refsynopsisdiv>

<refsect1 id="goffice-06-gog-child-button.object-hierarchy" role="object_hierarchy">
<title role="object_hierarchy.title">Object Hierarchy</title>
<synopsis>
  <link linkend="GObject">GObject</link>
   +----<link linkend="GInitiallyUnowned">GInitiallyUnowned</link>
         +----<link linkend="GtkObject">GtkObject</link>
               +----<link linkend="GtkWidget">GtkWidget</link>
                     +----<link linkend="GtkContainer">GtkContainer</link>
                           +----<link linkend="GtkBox">GtkBox</link>
                                 +----<link linkend="GtkHBox">GtkHBox</link>
                                       +----GogChildButton
</synopsis>

</refsect1>



<refsect1 id="goffice-06-gog-child-button.implemented-interfaces" role="impl_interfaces">
<title role="impl_interfaces.title">Implemented Interfaces</title>
<para>
GogChildButton implements
 <link linkend="AtkImplementorIface">AtkImplementorIface</link> and  <link linkend="GtkBuildable">GtkBuildable</link>.</para>

</refsect1>





<refsect1 id="goffice-06-gog-child-button.description" role="desc">
<title role="desc.title">Description</title>
<para>

</para>
</refsect1>

<refsect1 id="goffice-06-gog-child-button.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="GogChildButton-struct" role="struct">
<title>GogChildButton</title>
<indexterm zone="GogChildButton-struct"><primary>GogChildButton</primary></indexterm><programlisting>typedef struct _GogChildButton GogChildButton;</programlisting>
<para>

</para></refsect2>
<refsect2 id="GogChildButtonClass" role="struct">
<title>GogChildButtonClass</title>
<indexterm zone="GogChildButtonClass"><primary>GogChildButtonClass</primary></indexterm><programlisting>typedef struct _GogChildButtonClass GogChildButtonClass;</programlisting>
<para>

</para></refsect2>
<refsect2 id="gog-child-button-new" role="function">
<title>gog_child_button_new ()</title>
<indexterm zone="gog-child-button-new"><primary>gog_child_button_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link> *         gog_child_button_new                (void);</programlisting>
<para>
Creates an add button that provides a popup menu for child creation.</para>
<para>

</para><variablelist role="params">
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> a new <link linkend="GtkWidget"><type>GtkWidget</type></link>.
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="gog-child-button-set-object" role="function">
<title>gog_child_button_set_object ()</title>
<indexterm zone="gog-child-button-set-object"><primary>gog_child_button_set_object</primary></indexterm><programlisting><link linkend="void">void</link>                gog_child_button_set_object         (<link linkend="GogChildButton">GogChildButton</link> *child_button,
                                                         <link linkend="GogObject">GogObject</link> *gog_object);</programlisting>
<para>
Sets the current object with which <parameter>child_button</parameter> operates.</para>
<para>

</para><variablelist role="params">
<varlistentry><term><parameter>child_button</parameter>&nbsp;:</term>
<listitem><simpara> a <link linkend="GogChildButton"><type>GogChildButton</type></link>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>gog_object</parameter>&nbsp;:</term>
<listitem><simpara>


</simpara></listitem></varlistentry>
</variablelist></refsect2>

</refsect1>




</refentry>