~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to doc/reference/panel-applet/xml/panel-applet.xml

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2009-06-22 22:26:26 UTC
  • mfrom: (1.3.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 147.
  • Revision ID: james.westby@ubuntu.com-20090622222626-lfdc32sakbz19yuu
ImportĀ upstreamĀ versionĀ 2.26.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<manvolnum>3</manvolnum>
5
5
<refmiscinfo>PANEL-APPLET Library</refmiscinfo>
6
6
</refmeta>
7
 
 
8
7
<refnamediv>
9
8
<refname>PanelApplet</refname>
10
9
<refpurpose>The PanelApplet object.</refpurpose>
14
13
<title role="synopsis.title">Synopsis</title>
15
14
 
16
15
<synopsis>
17
 
 
18
16
#include &lt;panel-applet.h&gt;
19
17
 
20
18
                    <link linkend="PanelApplet-struct">PanelApplet</link>;
84
82
#define             <link linkend="PANEL-APPLET-BONOBO-SHLIB-FACTORY:CAPS">PANEL_APPLET_BONOBO_SHLIB_FACTORY</link>   (iid, type, descr, callback, data)
85
83
</synopsis>
86
84
</refsynopsisdiv>
87
 
 
88
85
<refsect1 id="PanelApplet.object-hierarchy" role="object_hierarchy">
89
86
<title role="object_hierarchy.title">Object Hierarchy</title>
90
87
<synopsis>
98
95
                                       +----PanelApplet
99
96
</synopsis>
100
97
</refsect1>
101
 
 
102
 
 
103
 
 
104
98
<refsect1 id="PanelApplet.implemented-interfaces" role="impl_interfaces">
105
99
<title role="impl_interfaces.title">Implemented Interfaces</title>
106
100
<para>
107
101
PanelApplet implements
108
102
 <link linkend="GtkBuildable">GtkBuildable</link> and  <link linkend="AtkImplementorIface">AtkImplementorIface</link>.</para>
109
103
</refsect1>
110
 
 
111
 
 
112
 
 
113
104
<refsect1 id="PanelApplet.signals" role="signal_proto">
114
105
<title role="signal_proto.title">Signals</title>
115
106
<synopsis>
120
111
</synopsis>
121
112
</refsect1>
122
113
 
123
 
 
124
114
<refsect1 id="PanelApplet.description" role="desc">
125
115
<title role="desc.title">Description</title>
126
 
 
127
116
<para>
128
117
The <link linkend="PanelApplet"><type>PanelApplet</type></link> object is an object which encapsulates an applet. It
129
118
is a <link linkend="GtkContainer"><type>GtkContainer</type></link> which may contain a single widget. This widget, in
134
123
the cross process UI emmbedding required by applets possible.
135
124
</para>
136
125
</refsect1>
137
 
 
138
126
<refsect1 id="PanelApplet.details" role="details">
139
127
<title role="details.title">Details</title>
140
128
<refsect2 id="PanelApplet-struct" role="struct">
755
743
</variablelist></refsect2>
756
744
 
757
745
</refsect1>
758
 
 
759
746
<refsect1 id="PanelApplet.signal-details" role="signals">
760
747
<title role="signals.title">Signal Details</title>
761
748
<refsect2 id="PanelApplet-change-background" role="signal"><title>The <literal>&quot;change-background&quot;</literal> signal</title>
840
827
</variablelist></refsect2>
841
828
</refsect1>
842
829
 
843
 
 
844
 
 
845
830
</refentry>