~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): Robert Ancell
  • Date: 2010-07-22 21:41:30 UTC
  • mfrom: (1.11.7 upstream) (72.1.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20100722214130-5uzyvpb9g4m0ts2c
Tags: 2.21.5-1ubuntu1
* Merge with Debian experimental, Ubuntu changes:
* debian/control.in:
  - Add introspection build-depends
  - Add Vcs-Bzr link
  - Add gir1.0-gtk-2.0 package
  - libgtk2.0-dev replaces gir-repository-dev
  - Conflict with appmenu-gtk (<< 0.1.3) to prevent menu proxy breakage
* debian/rules:
  - Build with --enable-introspection
  - Add gir1.0-gtk-2.0 package to BINARY_ARCH_PKGS
  - Add dh_girepository call
  - Disable devhelp files
* debian/dh_gtkmodules.in:
  - Remove obsolete script content
* debian/libgtk2.0-0.symbols:
  - Add Ubuntu specific symbols
* debian/libgtk2.0-dev.install.in:
  - Add gir files
* debian/libgtk2.0-doc.install.in
  - Disable devhelp files
* debian/gir1.0-gtk-2.0.install.in
  - Introspection package
* debian/patches/043_menu_proxy.patch
  - Add GtkMenuProxy support for remoting menus.
* debian/patches/062_dnd_menubar.patch:
  - Allow click on menubars for dnd
* debian/patches/063_treeview_almost_fixed.patch:
  - Add an ubuntu-almost-fixed-height-mode property, (required for
    software-center)
* debian/patches/071_no_offscreen_widgets_grabbing.patch:
  - Don't let offscreen widgets do grabbing
* 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
* debian/patches/091_bugzilla_tooltip_refresh.patch:
  - Upstream bugzilla change to have better looking tooltips the gtk theme
    need to set "new-tooltip-style" to use those
* debian/watch:
  - Watch for unstable versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
<pre class="synopsis">
104
104
  "<a class="link" href="GtkMessageDialog.html#GtkMessageDialog--buttons" title='The "buttons" property'>buttons</a>"                  <a class="link" href="GtkMessageDialog.html#GtkButtonsType" title="enum GtkButtonsType"><span class="type">GtkButtonsType</span></a>        : Write / Construct Only
105
105
  "<a class="link" href="GtkMessageDialog.html#GtkMessageDialog--image" title='The "image" property'>image</a>"                    <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>*            : Read / Write
 
106
  "<a class="link" href="GtkMessageDialog.html#GtkMessageDialog--message-area" title='The "message-area" property'>message-area</a>"             <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>*            : Read
106
107
  "<a class="link" href="GtkMessageDialog.html#GtkMessageDialog--message-type" title='The "message-type" property'>message-type</a>"             <a class="link" href="GtkMessageDialog.html#GtkMessageType" title="enum GtkMessageType"><span class="type">GtkMessageType</span></a>        : Read / Write / Construct
107
108
  "<a class="link" href="GtkMessageDialog.html#GtkMessageDialog--secondary-text" title='The "secondary-text" property'>secondary-text</a>"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
108
109
  "<a class="link" href="GtkMessageDialog.html#GtkMessageDialog--secondary-use-markup" title='The "secondary-use-markup" property'>secondary-use-markup</a>"     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
132
133
returns when any dialog button is clicked.
133
134
</p>
134
135
<div class="example">
135
 
<a name="id548127"></a><p class="title"><b>Example 8. A modal dialog.</b></p>
 
136
<a name="id624579"></a><p class="title"><b>Example 8. A modal dialog.</b></p>
136
137
<div class="example-contents">
137
138
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
138
139
    <tbody>
163
164
You might do a non-modal <a class="link" href="GtkMessageDialog.html" title="GtkMessageDialog"><span class="type">GtkMessageDialog</span></a> as follows:
164
165
</p>
165
166
<div class="example">
166
 
<a name="id505576"></a><p class="title"><b>Example 9. A non-modal dialog.</b></p>
 
167
<a name="id759145"></a><p class="title"><b>Example 9. A non-modal dialog.</b></p>
167
168
<div class="example-contents">
168
169
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
169
170
    <tbody>
198
199
</div>
199
200
<p><br class="example-break">
200
201
</p>
 
202
<div class="refsect2" title="GtkMessageDialog as GtkBuildable">
 
203
<a name="GtkMessageDialog-BUILDER-UI"></a><h3>GtkMessageDialog as GtkBuildable</h3>
 
204
<p>
 
205
The GtkMessageDialog implementation of the GtkBuildable interface exposes
 
206
the message area as an internal child with the name "message_area".
 
207
</p>
 
208
</div>
201
209
</div>
202
210
<div class="refsect1" title="Details">
203
211
<a name="GtkMessageDialog.details"></a><h2>Details</h2>
670
678
<p class="since">Since 2.10</p>
671
679
</div>
672
680
<hr>
 
681
<div class="refsect2" title='The "message-area" property'>
 
682
<a name="GtkMessageDialog--message-area"></a><h3>The <code class="literal">"message-area"</code> property</h3>
 
683
<pre class="programlisting">  "message-area"             <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>*            : Read</pre>
 
684
<p>
 
685
The <a class="link" href="GtkVBox.html" title="GtkVBox"><span class="type">GtkVBox</span></a> that corresponds to the message area of this dialog.  See
 
686
<a href="http://library.gnome.org/devel/gtk/unstable/GtkMessageDialog.html#gtk-message-dialog-get-message-area"><code class="function">gtk_message_dialog_get_message_area()</code></a> for a detailed description of this
 
687
area.
 
688
</p>
 
689
<p class="since">Since 2.22</p>
 
690
</div>
 
691
<hr>
673
692
<div class="refsect2" title='The "message-type" property'>
674
693
<a name="GtkMessageDialog--message-type"></a><h3>The <code class="literal">"message-type"</code> property</h3>
675
694
<pre class="programlisting">  "message-type"             <a class="link" href="GtkMessageDialog.html#GtkMessageType" title="enum GtkMessageType"><span class="type">GtkMessageType</span></a>        : Read / Write / Construct</pre>