~ubuntu-branches/ubuntu/natty/avant-window-navigator/natty

« back to all changes in this revision

Viewing changes to doc/reference/xml/awn-box.xml

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-12-17 13:48:28 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20101217134828-l394fb03wdkxc3mq
Tags: 0.4.1~bzr803-0ubuntu1
* New upstream snapshot.
 - Fix a crash with signal 5 in _XError (LP: #612144)
 - Re-add "move to another workspace" to launcher (LP: #568555)
* debian/patches:
 - 02-ftbfs-python-2.6.patch: Refresh.
 - 03-python-import.patch: Refresh.
 - 04-lda-requierement.patch: New patch, lower desktop-agnostic requierement,
   the version in Natty is enough.
 - Drop all others patches, merged upstream.
* debian/copyright:
 - Update copyright years and upstream authors.
* debian/control:
 - Build-depends on valac-0.10 (>= 0.9.1), to force stable version of Vala.
* debian/libawn1.symbols:
 - Update with new symbols. 

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
 
<refentry id="AwnBox">
5
 
<refmeta>
6
 
<refentrytitle role="top_of_page" id="AwnBox.top_of_page">AwnBox</refentrytitle>
7
 
<manvolnum>3</manvolnum>
8
 
<refmiscinfo>LIBAWN Library</refmiscinfo>
9
 
</refmeta>
10
 
 
11
 
<refnamediv>
12
 
<refname>AwnBox</refname>
13
 
<refpurpose></refpurpose>
14
 
</refnamediv>
15
 
 
16
 
<refsynopsisdiv id="AwnBox.synopsis" role="synopsis">
17
 
<title role="synopsis.title">Synopsis</title>
18
 
 
19
 
<synopsis>
20
 
                    <link linkend="AwnBoxPrivate">AwnBoxPrivate</link>;
21
 
                    <link linkend="AwnBox-struct">AwnBox</link>;
22
 
<link linkend="GtkWidget">GtkWidget</link> *         <link linkend="awn-box-new">awn_box_new</link>                         (<link linkend="GtkOrientation">GtkOrientation</link> orient);
23
 
<link linkend="void">void</link>                <link linkend="awn-box-set-orientation">awn_box_set_orientation</link>             (<link linkend="AwnBox">AwnBox</link> *box,
24
 
                                                         <link linkend="GtkOrientation">GtkOrientation</link> orient);
25
 
<link linkend="void">void</link>                <link linkend="awn-box-set-orientation-from-pos-type">awn_box_set_orientation_from_pos_type</link>
26
 
                                                        (<link linkend="AwnBox">AwnBox</link> *box,
27
 
                                                         <link linkend="GtkPositionType">GtkPositionType</link> pos_type);
28
 
</synopsis>
29
 
</refsynopsisdiv>
30
 
 
31
 
<refsect1 id="AwnBox.object-hierarchy" role="object_hierarchy">
32
 
<title role="object_hierarchy.title">Object Hierarchy</title>
33
 
<synopsis>
34
 
  <link linkend="GObject">GObject</link>
35
 
   +----<link linkend="GInitiallyUnowned">GInitiallyUnowned</link>
36
 
         +----<link linkend="GtkObject">GtkObject</link>
37
 
               +----<link linkend="GtkWidget">GtkWidget</link>
38
 
                     +----<link linkend="GtkContainer">GtkContainer</link>
39
 
                           +----<link linkend="GtkBox">GtkBox</link>
40
 
                                 +----AwnBox
41
 
                                       +----<link linkend="AwnIconBox">AwnIconBox</link>
42
 
</synopsis>
43
 
</refsect1>
44
 
 
45
 
 
46
 
 
47
 
<refsect1 id="AwnBox.implemented-interfaces" role="impl_interfaces">
48
 
<title role="impl_interfaces.title">Implemented Interfaces</title>
49
 
<para>
50
 
AwnBox implements
51
 
 <link linkend="AtkImplementorIface">AtkImplementorIface</link>,  <link linkend="GtkBuildable">GtkBuildable</link> and  <link linkend="GtkOrientable">GtkOrientable</link>.</para>
52
 
</refsect1>
53
 
 
54
 
 
55
 
 
56
 
 
57
 
 
58
 
<refsect1 id="AwnBox.description" role="desc">
59
 
<title role="desc.title">Description</title>
60
 
<para>
61
 
</para>
62
 
</refsect1>
63
 
 
64
 
<refsect1 id="AwnBox.details" role="details">
65
 
<title role="details.title">Details</title>
66
 
<refsect2 id="AwnBoxPrivate" role="struct">
67
 
<title>AwnBoxPrivate</title>
68
 
<indexterm zone="AwnBoxPrivate"><primary sortas="AwnBoxPrivate">AwnBoxPrivate</primary></indexterm><programlisting>typedef struct _AwnBoxPrivate AwnBoxPrivate;</programlisting>
69
 
<para>
70
 
</para></refsect2>
71
 
<refsect2 id="AwnBox-struct" role="struct">
72
 
<title>AwnBox</title>
73
 
<indexterm zone="AwnBox-struct"><primary sortas="AwnBox">AwnBox</primary></indexterm><programlisting>typedef struct _AwnBox AwnBox;</programlisting>
74
 
<para>
75
 
</para></refsect2>
76
 
<refsect2 id="awn-box-new" role="function">
77
 
<title>awn_box_new ()</title>
78
 
<indexterm zone="awn-box-new"><primary sortas="awn_box_new">awn_box_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link> *         awn_box_new                         (<link linkend="GtkOrientation">GtkOrientation</link> orient);</programlisting>
79
 
<para>
80
 
</para><variablelist role="params">
81
 
<varlistentry><term><parameter>orient</parameter>&#160;:</term>
82
 
<listitem><simpara>
83
 
</simpara></listitem></varlistentry>
84
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara>
85
 
</simpara></listitem></varlistentry>
86
 
</variablelist></refsect2>
87
 
<refsect2 id="awn-box-set-orientation" role="function">
88
 
<title>awn_box_set_orientation ()</title>
89
 
<indexterm zone="awn-box-set-orientation"><primary sortas="awn_box_set_orientation">awn_box_set_orientation</primary></indexterm><programlisting><link linkend="void">void</link>                awn_box_set_orientation             (<link linkend="AwnBox">AwnBox</link> *box,
90
 
                                                         <link linkend="GtkOrientation">GtkOrientation</link> orient);</programlisting>
91
 
<para>
92
 
</para><variablelist role="params">
93
 
<varlistentry><term><parameter>box</parameter>&#160;:</term>
94
 
<listitem><simpara>
95
 
</simpara></listitem></varlistentry>
96
 
<varlistentry><term><parameter>orient</parameter>&#160;:</term>
97
 
<listitem><simpara>
98
 
</simpara></listitem></varlistentry>
99
 
</variablelist></refsect2>
100
 
<refsect2 id="awn-box-set-orientation-from-pos-type" role="function">
101
 
<title>awn_box_set_orientation_from_pos_type ()</title>
102
 
<indexterm zone="awn-box-set-orientation-from-pos-type"><primary sortas="awn_box_set_orientation_from_pos_type">awn_box_set_orientation_from_pos_type</primary></indexterm><programlisting><link linkend="void">void</link>                awn_box_set_orientation_from_pos_type
103
 
                                                        (<link linkend="AwnBox">AwnBox</link> *box,
104
 
                                                         <link linkend="GtkPositionType">GtkPositionType</link> pos_type);</programlisting>
105
 
<para>
106
 
</para><variablelist role="params">
107
 
<varlistentry><term><parameter>box</parameter>&#160;:</term>
108
 
<listitem><simpara>
109
 
</simpara></listitem></varlistentry>
110
 
<varlistentry><term><parameter>pos_type</parameter>&#160;:</term>
111
 
<listitem><simpara>
112
 
</simpara></listitem></varlistentry>
113
 
</variablelist></refsect2>
114
 
 
115
 
</refsect1>
116
 
 
117
 
 
118
 
 
119
 
 
120
 
</refentry>