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

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkCombo.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:
216
216
</pre></div>
217
217
</div>
218
218
<br class="example-break"><div class="example">
219
 
<a name="id1202236"></a><p class="title"><b>Example 60. Creating a <span class="structname">GtkCombo</span> widget with a complex item.</b></p>
 
219
<a name="id1154733"></a><p class="title"><b>Example 60. Creating a <span class="structname">GtkCombo</span> widget with a complex item.</b></p>
220
220
<div class="example-contents"><pre class="programlisting">
221
221
  GtkWidget *combo, *item, *hbox, *arrow, *label;
222
222
  combo = gtk_combo_new ();