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

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkDialog.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:
308
308
dialog contents manually if you had more than a simple message in the dialog.
309
309
</p>
310
310
<div class="example">
311
 
<a name="id570819"></a><p class="title"><b>Example 6. Simple <span class="structname">GtkDialog</span> usage.</b></p>
 
311
<a name="id520598"></a><p class="title"><b>Example 6. Simple <span class="structname">GtkDialog</span> usage.</b></p>
312
312
<div class="example-contents"><pre class="programlisting">
313
313
/* Function to open a dialog box displaying the message provided. */
314
314
void quick_message (gchar *message) {
349
349
is the id of widget (which should be a child of the dialogs <em class="parameter"><code>action_area</code></em>).
350
350
</p>
351
351
<div class="example">
352
 
<a name="id570883"></a><p class="title"><b>Example 7. A <span class="structname">GtkDialog</span> UI definition fragment.</b></p>
 
352
<a name="id520662"></a><p class="title"><b>Example 7. A <span class="structname">GtkDialog</span> UI definition fragment.</b></p>
353
353
<div class="example-contents"><pre class="programlisting">
354
354
&lt;object class="GtkDialog" id="dialog1"&gt;
355
355
  &lt;child internal-child="vbox"&gt;"