~ubuntu-branches/ubuntu/intrepid/xfce4-panel/intrepid

« back to all changes in this revision

Viewing changes to docs/API/xml/xfce-hvbox.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jani Monoses
  • Date: 2006-09-12 15:36:53 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20060912153653-sajops08au69e9r6
Tags: 4.3.99.1-0ubuntu1
* New upstream release (4.4RC1)
* Bumped library and policy versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
4
4
<refentry id="XfceHVBox">
5
5
<refmeta>
6
 
<refentrytitle>XfceHVBox</refentrytitle>
 
6
<refentrytitle id="top_of_page">XfceHVBox</refentrytitle>
7
7
<manvolnum>3</manvolnum>
8
8
<refmiscinfo>LIBXFCE4PANEL Library</refmiscinfo>
9
9
</refmeta>
10
10
 
11
11
<refnamediv>
12
 
<refname>XfceHVBox</refname><refpurpose><para>
 
12
<refname>XfceHVBox</refname>
 
13
<refpurpose><para>
13
14
Container widget with configurable orienation.
14
15
</para></refpurpose>
 
16
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
15
17
</refnamediv>
16
18
 
17
 
<refsynopsisdiv><title>Synopsis</title>
 
19
<refsynopsisdiv id="synopsis">
 
20
<title id="synopsis.title">Synopsis</title>
18
21
 
19
22
<synopsis>
20
23
 
30
33
</synopsis>
31
34
</refsynopsisdiv>
32
35
 
33
 
<refsect1>
34
 
<title>Object Hierarchy</title>
 
36
<refsect1 id="object_hierarchy">
 
37
<title id="object_hierarchy.title">Object Hierarchy</title>
35
38
<synopsis>
36
39
 
37
40
  <link linkend="GObject">GObject</link>
38
 
   +----<link linkend="GtkObject">GtkObject</link>
39
 
         +----<link linkend="GtkWidget">GtkWidget</link>
40
 
               +----<link linkend="GtkContainer">GtkContainer</link>
41
 
                     +----<link linkend="GtkBox">GtkBox</link>
42
 
                           +----XfceHVBox
 
41
   +----<link linkend="GInitiallyUnowned">GInitiallyUnowned</link>
 
42
         +----<link linkend="GtkObject">GtkObject</link>
 
43
               +----<link linkend="GtkWidget">GtkWidget</link>
 
44
                     +----<link linkend="GtkContainer">GtkContainer</link>
 
45
                           +----<link linkend="GtkBox">GtkBox</link>
 
46
                                 +----XfceHVBox
43
47
</synopsis>
44
48
 
45
49
</refsect1>
46
50
 
47
51
 
48
52
 
49
 
<refsect1>
50
 
<title>Implemented Interfaces</title>
 
53
<refsect1 id="impl_interfaces">
 
54
<title id="impl_interfaces.title">Implemented Interfaces</title>
51
55
<para>
52
56
XfceHVBox implements
53
57
 <link linkend="AtkImplementorIface">AtkImplementorIface</link>.</para>
58
62
 
59
63
 
60
64
 
61
 
<refsect1>
62
 
<title>Description</title>
 
65
<refsect1 id="desc">
 
66
<title id="desc.title">Description</title>
63
67
<para>
64
68
<link linkend="XfceHVBox"><type>XfceHVBox</type></link> is a <link linkend="GtkBox"><type>GtkBox</type></link> widget that allows the user to change its orientation.
65
69
It is in fact a combination of <link linkend="GtkHBox"><type>GtkHBox</type></link> and <link linkend="GtkVBox"><type>GtkVBox</type></link>.
66
70
</para>
67
71
</refsect1>
68
72
 
69
 
<refsect1>
70
 
<title>Details</title>
 
73
<refsect1 id="details">
 
74
<title id="details.title">Details</title>
71
75
<refsect2>
72
 
<title><anchor id="XfceHVBox-struct"/>XfceHVBox</title>
 
76
<title><anchor id="XfceHVBox-struct" role="struct"/>XfceHVBox</title>
73
77
<indexterm><primary>XfceHVBox</primary></indexterm><programlisting>typedef struct _XfceHVBox XfceHVBox;</programlisting>
74
78
<para>
75
79
 
76
80
</para></refsect2>
77
81
<refsect2>
78
 
<title><anchor id="xfce-hvbox-new"/>xfce_hvbox_new ()</title>
 
82
<title><anchor id="xfce-hvbox-new" role="function"/>xfce_hvbox_new ()</title>
79
83
<indexterm><primary>xfce_hvbox_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*  xfce_hvbox_new                  (<link linkend="GtkOrientation">GtkOrientation</link> orientation,
80
84
                                             <link linkend="gboolean">gboolean</link> homogeneous,
81
85
                                             <link linkend="int">int</link> spacing);</programlisting>
97
101
</simpara></listitem></varlistentry>
98
102
</variablelist></refsect2>
99
103
<refsect2>
100
 
<title><anchor id="xfce-hvbox-set-orientation"/>xfce_hvbox_set_orientation ()</title>
 
104
<title><anchor id="xfce-hvbox-set-orientation" role="function"/>xfce_hvbox_set_orientation ()</title>
101
105
<indexterm><primary>xfce_hvbox_set_orientation</primary></indexterm><programlisting><link linkend="void">void</link>        xfce_hvbox_set_orientation      (<link linkend="XfceHVBox">XfceHVBox</link> *hvbox,
102
106
                                             <link linkend="GtkOrientation">GtkOrientation</link> orientation);</programlisting>
103
107
<para>