~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-23 09:50:04 UTC
  • mfrom: (1.5.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: james.westby@ubuntu.com-20090923095004-e9xauadn4bjs5n7m
Tags: upstream-2.18.0
Import upstream version 2.18.0

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="id1113834"></a><p class="title"><b>Example 53. Creating a paned widget with minimum sizes.</b></p>
 
258
<a name="id1073334"></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);