~ubuntu-branches/ubuntu/dapper/libgnomeui/dapper-updates

« back to all changes in this revision

Viewing changes to doc/reference/xml/gnome-messagebox.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-04-11 17:46:10 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20060411174610-yb9v0rvx60x0mdli
Tags: 2.14.1-0ubuntu1
* New upstream release:
  - Fix --disable-crash-dialog 
  - Fix leaks 
  - Fix gettext initialization 
* Resynchronized with Debian, only Ubuntu changes are:
  - debian/libgnomeui-0.shlibs: bumped for added interfaces.
  - debian/rules: added stuff for cleaning.
  - debian/patches/30_crash-dialog.patch: dropped, fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<refentry id="GnomeMessageBox">
2
2
<refmeta>
3
 
<refentrytitle id="top_of_page">GnomeMessageBox</refentrytitle>
 
3
<refentrytitle>GnomeMessageBox</refentrytitle>
4
4
<manvolnum>3</manvolnum>
5
5
<refmiscinfo>LIBGNOMEUI Library</refmiscinfo>
6
6
</refmeta>
7
7
 
8
8
<refnamediv>
9
 
<refname>GnomeMessageBox</refname>
10
 
<refpurpose>Create standard message boxes.</refpurpose>
11
 
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
 
9
<refname>GnomeMessageBox</refname><refpurpose>Create standard message boxes.</refpurpose>
12
10
</refnamediv>
13
11
 
14
 
<refsynopsisdiv id="synopsis">
15
 
<title id="synopsis.title">Synopsis</title>
 
12
<refsynopsisdiv><title>Synopsis</title>
16
13
 
17
14
<synopsis>
18
15
 
40
37
</synopsis>
41
38
</refsynopsisdiv>
42
39
 
43
 
<refsect1 id="object_hierarchy">
44
 
<title id="object_hierarchy.title">Object Hierarchy</title>
 
40
<refsect1>
 
41
<title>Object Hierarchy</title>
45
42
<synopsis>
46
43
 
47
44
  <link linkend="GObject">GObject</link>
59
56
 
60
57
 
61
58
 
62
 
<refsect1 id="impl_interfaces">
63
 
<title id="impl_interfaces.title">Implemented Interfaces</title>
 
59
<refsect1>
 
60
<title>Implemented Interfaces</title>
64
61
<para>
65
62
GnomeMessageBox implements
66
63
 <link linkend="AtkImplementorIface">AtkImplementorIface</link>.</para>
71
68
 
72
69
 
73
70
 
74
 
<refsect1 id="desc">
75
 
<title id="desc.title">Description</title>
 
71
<refsect1>
 
72
<title>Description</title>
76
73
<para>
77
74
 
78
75
</para>
79
76
</refsect1>
80
77
 
81
 
<refsect1 id="details">
82
 
<title id="details.title">Details</title>
 
78
<refsect1>
 
79
<title>Details</title>
83
80
<refsect2>
84
 
<title><anchor id="GNOME-MESSAGE-BOX-INFO:CAPS" role="macro" condition="deprecated:"/>GNOME_MESSAGE_BOX_INFO</title>
 
81
<title><anchor id="GNOME-MESSAGE-BOX-INFO:CAPS"/>GNOME_MESSAGE_BOX_INFO</title>
85
82
<indexterm role="deprecated"><primary>GNOME_MESSAGE_BOX_INFO</primary></indexterm><programlisting>#define GNOME_MESSAGE_BOX_INFO      "info"
86
83
</programlisting>
87
84
<warning><para><literal>GNOME_MESSAGE_BOX_INFO</literal> is deprecated and should not be used in newly-written code.</para></warning>
90
87
message box to create.
91
88
</para></refsect2>
92
89
<refsect2>
93
 
<title><anchor id="GNOME-MESSAGE-BOX-WARNING:CAPS" role="macro" condition="deprecated:"/>GNOME_MESSAGE_BOX_WARNING</title>
 
90
<title><anchor id="GNOME-MESSAGE-BOX-WARNING:CAPS"/>GNOME_MESSAGE_BOX_WARNING</title>
94
91
<indexterm role="deprecated"><primary>GNOME_MESSAGE_BOX_WARNING</primary></indexterm><programlisting>#define GNOME_MESSAGE_BOX_WARNING   "warning"
95
92
</programlisting>
96
93
<warning><para><literal>GNOME_MESSAGE_BOX_WARNING</literal> is deprecated and should not be used in newly-written code.</para></warning>
99
96
message box to create.
100
97
</para></refsect2>
101
98
<refsect2>
102
 
<title><anchor id="GNOME-MESSAGE-BOX-ERROR:CAPS" role="macro" condition="deprecated:"/>GNOME_MESSAGE_BOX_ERROR</title>
 
99
<title><anchor id="GNOME-MESSAGE-BOX-ERROR:CAPS"/>GNOME_MESSAGE_BOX_ERROR</title>
103
100
<indexterm role="deprecated"><primary>GNOME_MESSAGE_BOX_ERROR</primary></indexterm><programlisting>#define GNOME_MESSAGE_BOX_ERROR     "error"
104
101
</programlisting>
105
102
<warning><para><literal>GNOME_MESSAGE_BOX_ERROR</literal> is deprecated and should not be used in newly-written code.</para></warning>
108
105
message box to create.
109
106
</para></refsect2>
110
107
<refsect2>
111
 
<title><anchor id="GNOME-MESSAGE-BOX-QUESTION:CAPS" role="macro" condition="deprecated:"/>GNOME_MESSAGE_BOX_QUESTION</title>
 
108
<title><anchor id="GNOME-MESSAGE-BOX-QUESTION:CAPS"/>GNOME_MESSAGE_BOX_QUESTION</title>
112
109
<indexterm role="deprecated"><primary>GNOME_MESSAGE_BOX_QUESTION</primary></indexterm><programlisting>#define GNOME_MESSAGE_BOX_QUESTION  "question"
113
110
</programlisting>
114
111
<warning><para><literal>GNOME_MESSAGE_BOX_QUESTION</literal> is deprecated and should not be used in newly-written code.</para></warning>
117
114
message box to create.
118
115
</para></refsect2>
119
116
<refsect2>
120
 
<title><anchor id="GNOME-MESSAGE-BOX-GENERIC:CAPS" role="macro" condition="deprecated:"/>GNOME_MESSAGE_BOX_GENERIC</title>
 
117
<title><anchor id="GNOME-MESSAGE-BOX-GENERIC:CAPS"/>GNOME_MESSAGE_BOX_GENERIC</title>
121
118
<indexterm role="deprecated"><primary>GNOME_MESSAGE_BOX_GENERIC</primary></indexterm><programlisting>#define GNOME_MESSAGE_BOX_GENERIC   "generic"
122
119
</programlisting>
123
120
<warning><para><literal>GNOME_MESSAGE_BOX_GENERIC</literal> is deprecated and should not be used in newly-written code.</para></warning>
126
123
message box to create.
127
124
</para></refsect2>
128
125
<refsect2>
129
 
<title><anchor id="GnomeMessageBox-struct" role="struct"/>GnomeMessageBox</title>
 
126
<title><anchor id="GnomeMessageBox-struct"/>GnomeMessageBox</title>
130
127
<indexterm role="deprecated"><primary>GnomeMessageBox</primary></indexterm><programlisting>typedef struct {
131
128
  GnomeDialog dialog;
132
129
} GnomeMessageBox;
144
141
</varlistentry>
145
142
</variablelist></refsect2>
146
143
<refsect2>
147
 
<title><anchor id="gnome-message-box-new" role="function" condition="deprecated:"/>gnome_message_box_new ()</title>
 
144
<title><anchor id="gnome-message-box-new"/>gnome_message_box_new ()</title>
148
145
<indexterm role="deprecated"><primary>gnome_message_box_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*  gnome_message_box_new           (const <link linkend="gchar">gchar</link> *message,
149
146
                                             const <link linkend="gchar">gchar</link> *message_box_type,
150
147
                                             ...);</programlisting>
169
166
</simpara></listitem></varlistentry>
170
167
</variablelist></refsect2>
171
168
<refsect2>
172
 
<title><anchor id="gnome-message-box-newv" role="function" condition="deprecated:"/>gnome_message_box_newv ()</title>
 
169
<title><anchor id="gnome-message-box-newv"/>gnome_message_box_newv ()</title>
173
170
<indexterm role="deprecated"><primary>gnome_message_box_newv</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*  gnome_message_box_newv          (const <link linkend="gchar">gchar</link> *message,
174
171
                                             const <link linkend="gchar">gchar</link> *message_box_type,
175
172
                                             const <link linkend="gchar">gchar</link> **buttons);</programlisting>
195
192
</simpara></listitem></varlistentry>
196
193
</variablelist></refsect2>
197
194
<refsect2>
198
 
<title><anchor id="gnome-message-box-construct" role="function" condition="deprecated:"/>gnome_message_box_construct ()</title>
 
195
<title><anchor id="gnome-message-box-construct"/>gnome_message_box_construct ()</title>
199
196
<indexterm role="deprecated"><primary>gnome_message_box_construct</primary></indexterm><programlisting><link linkend="void">void</link>        gnome_message_box_construct     (<link linkend="GnomeMessageBox">GnomeMessageBox</link> *messagebox,
200
197
                                             const <link linkend="gchar">gchar</link> *message,
201
198
                                             const <link linkend="gchar">gchar</link> *message_box_type,