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

« back to all changes in this revision

Viewing changes to docs/reference/xml/gog-child-button.xml

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2008-11-09 18:10:54 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20081109181054-uazweo6uci8h7bc5
Tags: 0.6.5-1ubuntu1
* Merge from debian unstable, remaining changes:
  - call intltool-update -p in debian/rules
  - libgoffice-gtk-0-6 is a transitional package
  - libgoffice-0-6 conflicts with libgoffice-gtk-0-6 (<< 0.6.3-1ubuntu2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
 
3
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
 
4
<!ENTITY version SYSTEM "version.xml">
 
5
]
 
6
>
 
7
<refentry id="goffice-06-gog-child-button">
 
8
<refmeta>
 
9
<refentrytitle role="top_of_page" id="goffice-06-gog-child-button.top_of_page">gog-child-button</refentrytitle>
 
10
<manvolnum>3</manvolnum>
 
11
<refmiscinfo>GOFFICE-0.6 Library</refmiscinfo>
 
12
</refmeta>
 
13
 
 
14
<refnamediv>
 
15
<refname>gog-child-button</refname>
 
16
<refpurpose></refpurpose>
 
17
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
 
18
</refnamediv>
 
19
 
 
20
<refsynopsisdiv id="goffice-06-gog-child-button.synopsis" role="synopsis">
 
21
<title role="synopsis.title">Synopsis</title>
 
22
<anchor id="GogChildButton"/>
 
23
<synopsis>
 
24
                    <link linkend="GogChildButton-struct">GogChildButton</link>;
 
25
                    <link linkend="GogChildButtonClass">GogChildButtonClass</link>;
 
26
<link linkend="GtkWidget">GtkWidget</link> *         <link linkend="gog-child-button-new">gog_child_button_new</link>                (void);
 
27
<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,
 
28
                                                         <link linkend="GogObject">GogObject</link> *gog_object);
 
29
</synopsis>
 
30
</refsynopsisdiv>
 
31
 
 
32
<refsect1 id="goffice-06-gog-child-button.object-hierarchy" role="object_hierarchy">
 
33
<title role="object_hierarchy.title">Object Hierarchy</title>
 
34
<synopsis>
 
35
  <link linkend="GObject">GObject</link>
 
36
   +----<link linkend="GInitiallyUnowned">GInitiallyUnowned</link>
 
37
         +----<link linkend="GtkObject">GtkObject</link>
 
38
               +----<link linkend="GtkWidget">GtkWidget</link>
 
39
                     +----<link linkend="GtkContainer">GtkContainer</link>
 
40
                           +----<link linkend="GtkBox">GtkBox</link>
 
41
                                 +----<link linkend="GtkHBox">GtkHBox</link>
 
42
                                       +----GogChildButton
 
43
</synopsis>
 
44
 
 
45
</refsect1>
 
46
 
 
47
 
 
48
 
 
49
<refsect1 id="goffice-06-gog-child-button.implemented-interfaces" role="impl_interfaces">
 
50
<title role="impl_interfaces.title">Implemented Interfaces</title>
 
51
<para>
 
52
GogChildButton implements
 
53
 <link linkend="AtkImplementorIface">AtkImplementorIface</link> and  <link linkend="GtkBuildable">GtkBuildable</link>.</para>
 
54
 
 
55
</refsect1>
 
56
 
 
57
 
 
58
 
 
59
 
 
60
 
 
61
<refsect1 id="goffice-06-gog-child-button.description" role="desc">
 
62
<title role="desc.title">Description</title>
 
63
<para>
 
64
 
 
65
</para>
 
66
</refsect1>
 
67
 
 
68
<refsect1 id="goffice-06-gog-child-button.details" role="details">
 
69
<title role="details.title">Details</title>
 
70
<refsect2 id="GogChildButton-struct" role="struct">
 
71
<title>GogChildButton</title>
 
72
<indexterm zone="GogChildButton-struct"><primary>GogChildButton</primary></indexterm><programlisting>typedef struct _GogChildButton GogChildButton;</programlisting>
 
73
<para>
 
74
 
 
75
</para></refsect2>
 
76
<refsect2 id="GogChildButtonClass" role="struct">
 
77
<title>GogChildButtonClass</title>
 
78
<indexterm zone="GogChildButtonClass"><primary>GogChildButtonClass</primary></indexterm><programlisting>typedef struct _GogChildButtonClass GogChildButtonClass;</programlisting>
 
79
<para>
 
80
 
 
81
</para></refsect2>
 
82
<refsect2 id="gog-child-button-new" role="function">
 
83
<title>gog_child_button_new ()</title>
 
84
<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>
 
85
<para>
 
86
Creates an add button that provides a popup menu for child creation.</para>
 
87
<para>
 
88
 
 
89
</para><variablelist role="params">
 
90
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> a new <link linkend="GtkWidget"><type>GtkWidget</type></link>.
 
91
</simpara></listitem></varlistentry>
 
92
</variablelist></refsect2>
 
93
<refsect2 id="gog-child-button-set-object" role="function">
 
94
<title>gog_child_button_set_object ()</title>
 
95
<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,
 
96
                                                         <link linkend="GogObject">GogObject</link> *gog_object);</programlisting>
 
97
<para>
 
98
Sets the current object with which <parameter>child_button</parameter> operates.</para>
 
99
<para>
 
100
 
 
101
</para><variablelist role="params">
 
102
<varlistentry><term><parameter>child_button</parameter>&nbsp;:</term>
 
103
<listitem><simpara> a <link linkend="GogChildButton"><type>GogChildButton</type></link>
 
104
</simpara></listitem></varlistentry>
 
105
<varlistentry><term><parameter>gog_object</parameter>&nbsp;:</term>
 
106
<listitem><simpara>
 
107
 
 
108
 
 
109
</simpara></listitem></varlistentry>
 
110
</variablelist></refsect2>
 
111
 
 
112
</refsect1>
 
113
 
 
114
 
 
115
 
 
116
 
 
117
</refentry>