~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: 2010-06-02 15:59:27 UTC
  • mfrom: (72.1.15 experimental)
  • Revision ID: james.westby@ubuntu.com-20100602155927-uwh99v2582rw3r8z
Tags: 2.21.1-1ubuntu1
* debian/patches/070_mandatory-relibtoolize.patch:
  - refreshed
* debian/patches/072_indicator_menu_update.patch:
  - change by Cody Russell to send an update event on menu changes,
    should make the bluetooth indicator refresh correctly (lp: #558841)
* debian/patches/091_bugzilla_tooltip_refresh.patch:
  - refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="WindowWidgets.html" title="Windows">
9
9
<link rel="prev" href="WindowWidgets.html" title="Windows">
10
10
<link rel="next" href="GtkInvisible.html" title="GtkInvisible">
11
 
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
203
203
dialog contents manually if you had more than a simple message in the dialog.
204
204
</p>
205
205
<div class="example">
206
 
<a name="id512776"></a><p class="title"><b>Example 6. Simple <span class="structname">GtkDialog</span> usage.</b></p>
 
206
<a name="id663817"></a><p class="title"><b>Example 6. Simple <span class="structname">GtkDialog</span> usage.</b></p>
207
207
<div class="example-contents">
208
208
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
209
209
    <tbody>
272
272
is the id of widget (which should be a child of the dialogs <em class="parameter"><code>action_area</code></em>).
273
273
</p>
274
274
<div class="example">
275
 
<a name="id512841"></a><p class="title"><b>Example 7. A <span class="structname">GtkDialog</span> UI definition fragment.</b></p>
 
275
<a name="id663881"></a><p class="title"><b>Example 7. A <span class="structname">GtkDialog</span> UI definition fragment.</b></p>
276
276
<div class="example-contents">
277
277
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
278
278
    <tbody>
561
561
<tbody>
562
562
<tr>
563
563
<td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
564
 
<td> Title of the dialog, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>. </td>
 
564
<td> Title of the dialog, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
565
</td>
565
566
</tr>
566
567
<tr>
567
568
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
568
 
<td> Transient parent of the dialog, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>. </td>
 
569
<td> Transient parent of the dialog, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
570
</td>
569
571
</tr>
570
572
<tr>
571
573
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
574
576
</tr>
575
577
<tr>
576
578
<td><p><span class="term"><em class="parameter"><code>first_button_text</code></em> :</span></p></td>
577
 
<td> stock ID or text to go in first button, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>. </td>
 
579
<td> stock ID or text to go in first button, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
580
</td>
578
581
</tr>
579
582
<tr>
580
583
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
1002
1005
</tr>
1003
1006
<tr>
1004
1007
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1005
 
<td> the action area.
1006
 
. <acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>. </td>
 
1008
<td> the action area. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
1009
</td>
1007
1010
</tr>
1008
1011
</tbody>
1009
1012
</table></div>
1026
1029
</tr>
1027
1030
<tr>
1028
1031
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1029
 
<td> the content area <a class="link" href="GtkVBox.html" title="GtkVBox"><span class="type">GtkVBox</span></a>.
1030
 
. <acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>. </td>
 
1032
<td> the content area <a class="link" href="GtkVBox.html" title="GtkVBox"><span class="type">GtkVBox</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
1033
</td>
1031
1034
</tr>
1032
1035
</tbody>
1033
1036
</table></div>
1054
1057
<tbody>
1055
1058
<tr>
1056
1059
<td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
1057
 
<td> a <a href="/usr/share/gtk-doc/html/gdk/GdkScreen.html"><span class="type">GdkScreen</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default screen. <acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>. </td>
 
1060
<td> a <a href="/usr/share/gtk-doc/html/gdk/GdkScreen.html"><span class="type">GdkScreen</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default screen. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
1061
</td>
1058
1062
</tr>
1059
1063
<tr>
1060
1064
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1339
1343
</div>
1340
1344
<div class="footer">
1341
1345
<hr>
1342
 
          Generated by GTK-Doc V1.14</div>
 
1346
          Generated by GTK-Doc V1.15</div>
1343
1347
</body>
1344
1348
</html>
 
 
b'\\ No newline at end of file'