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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-06-13 10:00:13 UTC
  • mto: (72.2.1 lenny) (1.5.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20070613100013-qstao3cwpm6xdlxc
Tags: upstream-2.11.2
ImportĀ upstreamĀ versionĀ 2.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
<link rel="index" href="ix05.html" title="Index of new symbols in 2.6">
55
55
<link rel="index" href="ix06.html" title="Index of new symbols in 2.8">
56
56
<link rel="index" href="ix07.html" title="Index of new symbols in 2.10">
 
57
<link rel="index" href="ix08.html" title="Index of new symbols in 2.12">
57
58
</head>
58
59
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
59
60
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
64
65
<th width="100%" align="center">GTK+ Reference Manual</th>
65
66
<td><a accesskey="n" href="GtkLayout.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
66
67
</tr>
67
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id3524430" class="shortcut">Top</a>
68
 
                  &#160;|&#160;
69
 
                  <a href="#id3525367" class="shortcut">Description</a>
70
 
                  &#160;|&#160;
71
 
                  <a href="#id3524467" class="shortcut">Object Hierarchy</a>
72
 
                  &#160;|&#160;
73
 
                  <a href="#id3525344" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
 
68
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id3607435" class="shortcut">Top</a>
 
69
                  &#160;|&#160;
 
70
                  <a href="#id3608372" class="shortcut">Description</a>
 
71
                  &#160;|&#160;
 
72
                  <a href="#id3607472" class="shortcut">Object Hierarchy</a>
 
73
                  &#160;|&#160;
 
74
                  <a href="#id3608349" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
74
75
</table>
75
76
<div class="refentry" lang="en">
76
77
<a name="GtkVPaned"></a><div class="titlepage"></div>
77
78
<div class="refnamediv"><table width="100%"><tr>
78
79
<td valign="top">
79
80
<h2>
80
 
<a name="id3524430"></a><span class="refentrytitle">GtkVPaned</span>
 
81
<a name="id3607435"></a><span class="refentrytitle">GtkVPaned</span>
81
82
</h2>
82
83
<p>GtkVPaned &#8212; A container with two panes arranged vertically</p>
83
84
</td>
97
98
</pre>
98
99
</div>
99
100
<div class="refsect1" lang="en">
100
 
<a name="id3524467"></a><h2>Object Hierarchy</h2>
 
101
<a name="id3607472"></a><h2>Object Hierarchy</h2>
101
102
<pre class="synopsis">
102
103
 
103
104
  GObject
110
111
</pre>
111
112
</div>
112
113
<div class="refsect1" lang="en">
113
 
<a name="id3525344"></a><h2>Implemented Interfaces</h2>
 
114
<a name="id3608349"></a><h2>Implemented Interfaces</h2>
114
115
<p>
115
116
GtkVPaned implements
116
117
 AtkImplementorIface.</p>
117
118
</div>
118
119
<div class="refsect1" lang="en">
119
 
<a name="id3525367"></a><h2>Description</h2>
 
120
<a name="id3608372"></a><h2>Description</h2>
120
121
<p>
121
122
The VPaned widget is a container widget with two
122
123
children arranged vertically. The division between
125
126
</p>
126
127
</div>
127
128
<div class="refsect1" lang="en">
128
 
<a name="id3525392"></a><h2>Details</h2>
 
129
<a name="id3608397"></a><h2>Details</h2>
129
130
<div class="refsect2" lang="en">
130
 
<a name="id3525402"></a><h3>
 
131
<a name="id3608408"></a><h3>
131
132
<a name="GtkVPaned-struct"></a>GtkVPaned</h3>
132
 
<a class="indexterm" name="id3525416"></a><pre class="programlisting">typedef struct _GtkVPaned GtkVPaned;</pre>
 
133
<a class="indexterm" name="id3608421"></a><pre class="programlisting">typedef struct _GtkVPaned GtkVPaned;</pre>
133
134
<p>
134
135
</p>
135
136
</div>
136
137
<hr>
137
138
<div class="refsect2" lang="en">
138
 
<a name="id3525431"></a><h3>
 
139
<a name="id3608436"></a><h3>
139
140
<a name="gtk-vpaned-new"></a>gtk_vpaned_new ()</h3>
140
 
<a class="indexterm" name="id3525444"></a><pre class="programlisting"><a href="GtkWidget.html" title="GtkWidget">GtkWidget</a>*          gtk_vpaned_new                      (void);</pre>
 
141
<a class="indexterm" name="id3608449"></a><pre class="programlisting"><a href="GtkWidget.html" title="GtkWidget">GtkWidget</a>*          gtk_vpaned_new                      (void);</pre>
141
142
<p>
142
143
Create a new <a href="GtkVPaned.html" title="GtkVPaned"><span class="type">GtkVPaned</span></a>
143
144
</p>