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

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkMessageDialog.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:
213
213
returns when any dialog button is clicked.
214
214
</p>
215
215
<div class="example">
216
 
<a name="id444594"></a><p class="title"><b>Example 8. A modal dialog.</b></p>
 
216
<a name="id491528"></a><p class="title"><b>Example 8. A modal dialog.</b></p>
217
217
<div class="example-contents"><pre class="programlisting">
218
218
 dialog = gtk_message_dialog_new (main_application_window,
219
219
                                  GTK_DIALOG_DESTROY_WITH_PARENT,
231
231
You might do a non-modal <a class="link" href="GtkMessageDialog.html" title="GtkMessageDialog"><span class="type">GtkMessageDialog</span></a> as follows:
232
232
</p>
233
233
<div class="example">
234
 
<a name="id459570"></a><p class="title"><b>Example 9. A non-modal dialog.</b></p>
 
234
<a name="id506504"></a><p class="title"><b>Example 9. A non-modal dialog.</b></p>
235
235
<div class="example-contents"><pre class="programlisting">
236
236
 dialog = gtk_message_dialog_new (main_application_window,
237
237
                                  GTK_DIALOG_DESTROY_WITH_PARENT,