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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-09-05 07:16:24 UTC
  • mfrom: (1.3.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 127.
  • Revision ID: james.westby@ubuntu.com-20090905071624-ehjbg50t3hvthzlm
Tags: upstream-2.17.11
Import upstream version 2.17.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
255
255
<a class="link" href="GtkPaned.html#gtk-paned-set-position" title="gtk_paned_set_position ()"><code class="function">gtk_paned_set_position()</code></a>.
256
256
</p>
257
257
<div class="example">
258
 
<a name="id1066901"></a><p class="title"><b>Example 53. Creating a paned widget with minimum sizes.</b></p>
 
258
<a name="id1113834"></a><p class="title"><b>Example 53. Creating a paned widget with minimum sizes.</b></p>
259
259
<div class="example-contents"><pre class="programlisting">
260
260
GtkWidget *hpaned = gtk_hpaned_new ();
261
261
GtkWidget *frame1 = gtk_frame_new (NULL);