~bratsche/ubuntu/maverick/gtk+2.0/menu-activation-fix

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkHPaned.html

Import upstream version 2.17.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>GtkHPaned</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="GTK+ Reference Manual">
8
8
<link rel="up" href="LayoutContainers.html" title="Layout Containers">
9
9
<link rel="prev" href="GtkFixed.html" title="GtkFixed">
49
49
<link rel="chapter" href="gtk-migrating-GtkBuilder.html" title="Migrating from libglade to GtkBuilder">
50
50
<link rel="chapter" href="gtk-migrating-tooltips.html" title="Migrating from GtkTooltips to GtkTooltip">
51
51
<link rel="chapter" href="gtk-migrating-entry-icons.html" title="Migrating from SexyIconEntry to GtkEntry">
 
52
<link rel="chapter" href="gtk-migrating-label-links.html" title="Migrating from SexyUrlLabel to GtkLabel">
 
53
<link rel="chapter" href="gtk-migrating-ClientSideWindows.html" title="Migrating to client-side windows">
52
54
<link rel="part" href="pt05.html" title="Part V. GTK+ Tools">
53
55
<link rel="glossary" href="glossary.html" title="Glossary">
54
56
<link rel="index" href="api-index-full.html" title="Index of all symbols">
61
63
<link rel="index" href="api-index-2-12.html" title="Index of new symbols in 2.12">
62
64
<link rel="index" href="api-index-2-14.html" title="Index of new symbols in 2.14">
63
65
<link rel="index" href="api-index-2-16.html" title="Index of new symbols in 2.16">
 
66
<link rel="index" href="api-index-2-18.html" title="Index of new symbols in 2.18">
64
67
</head>
65
68
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
66
69
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
81
84
                <a href="#GtkHPaned.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
82
85
</td></tr>
83
86
</table>
84
 
<div class="refentry" lang="en">
 
87
<div class="refentry" title="GtkHPaned">
85
88
<a name="GtkHPaned"></a><div class="titlepage"></div>
86
89
<div class="refnamediv"><table width="100%"><tr>
87
90
<td valign="top">
90
93
</td>
91
94
<td valign="top" align="right"></td>
92
95
</tr></table></div>
93
 
<div class="refsynopsisdiv">
 
96
<div class="refsynopsisdiv" title="Synopsis">
94
97
<a name="GtkHPaned.synopsis"></a><h2>Synopsis</h2>
95
98
<pre class="synopsis">
96
99
 
100
103
<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a> *         <a class="link" href="GtkHPaned.html#gtk-hpaned-new" title="gtk_hpaned_new ()">gtk_hpaned_new</a>                      (void);
101
104
</pre>
102
105
</div>
103
 
<div class="refsect1" lang="en">
 
106
<div class="refsect1" title="Object Hierarchy">
104
107
<a name="GtkHPaned.object-hierarchy"></a><h2>Object Hierarchy</h2>
105
108
<pre class="synopsis">
106
109
  <a
116
119
                                 +----GtkHPaned
117
120
</pre>
118
121
</div>
119
 
<div class="refsect1" lang="en">
 
122
<div class="refsect1" title="Implemented Interfaces">
120
123
<a name="GtkHPaned.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
121
124
<p>
122
125
GtkHPaned implements
123
126
 AtkImplementorIface,  <a class="link" href="gtk-gtkbuildable.html#GtkBuildable">GtkBuildable</a> and  <a class="link" href="gtk-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
124
127
</div>
125
 
<div class="refsect1" lang="en">
 
128
<div class="refsect1" title="Description">
126
129
<a name="GtkHPaned.description"></a><h2>Description</h2>
127
130
<p>
128
131
The HPaned widget is a container widget with two
131
134
a handle. See <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> for details.
132
135
</p>
133
136
</div>
134
 
<div class="refsect1" lang="en">
 
137
<div class="refsect1" title="Details">
135
138
<a name="GtkHPaned.details"></a><h2>Details</h2>
136
 
<div class="refsect2" lang="en">
 
139
<div class="refsect2" title="GtkHPaned">
137
140
<a name="GtkHPaned-struct"></a><h3>GtkHPaned</h3>
138
141
<pre class="programlisting">typedef struct _GtkHPaned GtkHPaned;</pre>
139
142
<p>
140
143
</p>
141
144
</div>
142
145
<hr>
143
 
<div class="refsect2" lang="en">
 
146
<div class="refsect2" title="gtk_hpaned_new ()">
144
147
<a name="gtk-hpaned-new"></a><h3>gtk_hpaned_new ()</h3>
145
148
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a> *         gtk_hpaned_new                      (void);</pre>
146
149
<p>