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

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkBin.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>GtkBin</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="AbstractObjects.html" title="Abstract Base Classes">
9
9
<link rel="prev" href="AbstractObjects.html" title="Abstract Base Classes">
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="#GtkBin.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="GtkBin">
85
88
<a name="GtkBin"></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="GtkBin.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="GtkBin.html#gtk-bin-get-child" title="gtk_bin_get_child ()">gtk_bin_get_child</a>                   (<a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a> *bin);
101
104
</pre>
102
105
</div>
103
 
<div class="refsect1" lang="en">
 
106
<div class="refsect1" title="Object Hierarchy">
104
107
<a name="GtkBin.object-hierarchy"></a><h2>Object Hierarchy</h2>
105
108
<pre class="synopsis">
106
109
  <a
127
130
                                 +----<a class="link" href="GtkViewport.html" title="GtkViewport">GtkViewport</a>
128
131
</pre>
129
132
</div>
130
 
<div class="refsect1" lang="en">
 
133
<div class="refsect1" title="Implemented Interfaces">
131
134
<a name="GtkBin.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
132
135
<p>
133
136
GtkBin implements
134
137
 AtkImplementorIface and  <a class="link" href="gtk-gtkbuildable.html#GtkBuildable">GtkBuildable</a>.</p>
135
138
</div>
136
 
<div class="refsect1" lang="en">
 
139
<div class="refsect1" title="Description">
137
140
<a name="GtkBin.description"></a><h2>Description</h2>
138
141
<p>
139
142
The <a class="link" href="GtkBin.html" title="GtkBin"><span class="type">GtkBin</span></a> widget is a container with just one child.
145
148
<a class="link" href="GtkFrame.html" title="GtkFrame"><span class="type">GtkFrame</span></a>, <a class="link" href="GtkHandleBox.html" title="GtkHandleBox"><span class="type">GtkHandleBox</span></a>, and <a class="link" href="GtkScrolledWindow.html" title="GtkScrolledWindow"><span class="type">GtkScrolledWindow</span></a>.
146
149
</p>
147
150
</div>
148
 
<div class="refsect1" lang="en">
 
151
<div class="refsect1" title="Details">
149
152
<a name="GtkBin.details"></a><h2>Details</h2>
150
 
<div class="refsect2" lang="en">
 
153
<div class="refsect2" title="GtkBin">
151
154
<a name="GtkBin-struct"></a><h3>GtkBin</h3>
152
155
<pre class="programlisting">typedef struct _GtkBin GtkBin;</pre>
153
156
<p>
170
173
</p>
171
174
</div>
172
175
<hr>
173
 
<div class="refsect2" lang="en">
 
176
<div class="refsect2" title="gtk_bin_get_child ()">
174
177
<a name="gtk-bin-get-child"></a><h3>gtk_bin_get_child ()</h3>
175
178
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a> *         gtk_bin_get_child                   (<a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a> *bin);</pre>
176
179
<p>