1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>GTK+ Foundation Classes</title>
<link href="gfc.css" rel="stylesheet" type="text/css">
<meta content="The GFC Development Team" name="author">
<meta content="Core Library Reference Manual" name="description">
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(243, 244, 248);"
alink="#000099" link="#000099" vlink="#990099">
<table style="text-align: left; width: 1227px; height: 117px;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td
style="text-align: center; background-color: rgb(255, 255, 255); width: 220px; vertical-align: top;"><img
alt="GFC Logo" src="../images/gfc.png"
style="width: 207px; height: 92px;"></td>
<td
style="text-align: center; background-color: rgb(87, 107, 152); vertical-align: middle;"><img
alt="GFC Title Logo" src="../images/gfc-title.png"
style="width: 418px; height: 76px;"><br>
</td>
</tr>
<tr>
<td
style="text-align: center; background-color: rgb(65, 77, 104); vertical-align: middle;"><big><span
style="color: rgb(255, 255, 153); font-weight: bold;">Reference Manual</span></big><br>
</td>
<td
style="text-align: center; background-color: rgb(148, 164, 200); vertical-align: middle;"><small
style="font-family: helvetica,arial,sans-serif;"><a
href="../html/index.html">Main Page</a> | <a
href="../html/namespaces.html">Namespace List</a> | <a
href="classes.html">Alphabetical List</a> | <a
href="../html/annotated.html">Class List</a> | <a
href="../html/files.html">File List</a></small><br>
</td>
</tr>
</tbody>
</table>
<small> </small>
</body>
</html>
<!-- Generated by Doxygen 1.3.8 -->
<h1>dialog.hh File Reference</h1>A GtkDialog C++ wrapper interface. <a href="#_details">More...</a>
<p>
<code>#include <<a class="el" href="gtk_2window_8hh-source.html">gfc/gtk/window.hh</a>></code><br>
<code>#include <gtk/gtkdialog.h></code><br>
<code>#include <gfc/gtk/inline/dialog.inl></code><br>
<p>
<a href="dialog_8hh-source.html">Go to the source code of this file.</a><h2>Namespaces</h2>
<ul>
<li>namespace <a class="elRef" doxygen="gfccore.tag:" href="namespaceGFC.html">GFC</a>
<li>namespace <a class="el" href="namespaceGFC_1_1Gtk.html">GFC::Gtk</a>
</ul>
<h2>Classes</h2>
<ul>
<li>class <a class="el" href="classGFC_1_1Gtk_1_1Dialog.html">GFC::Gtk::Dialog</a>
<dl class="el"><dd class="mdescRight">A GtkDialog C++ wrapper class. <a href="classGFC_1_1Gtk_1_1Dialog.html#_details">More...</a><br></dl></ul>
<h2>Typedefs</h2>
<ul>
<li><a class="anchor" name="a23" doxytag="dialog.hh::DialogFlagsField" ></a>
typedef unsigned int <a class="el" href="namespaceGFC_1_1Gtk.html#a23">DialogFlagsField</a>
<dl class="el"><dd class="mdescRight">DialogFlagsField holds one or more flags from the <a class="el" href="namespaceGFC_1_1Gtk.html#a313">Gdk::DialogFlags</a> enumeration OR'd together. <br></dl></ul>
<h2>Enumerations</h2>
<ul>
<li>enum <a class="el" href="namespaceGFC_1_1Gtk.html#a313">DialogFlags</a> { <br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a313a24">DIALOG_MODAL</a> = GTK_DIALOG_MODAL,
<br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a313a25">DIALOG_DESTROY_WITH_PARENT</a> = GTK_DIALOG_DESTROY_WITH_PARENT,
<br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a313a26">DIALOG_NO_SEPARATOR</a> = GTK_DIALOG_NO_SEPARATOR
<br>
}
<dl class="el"><dd class="mdescRight">Construction/destruction flags. <a href="#a313">More...</a><br></dl><li>enum <a class="el" href="namespaceGFC_1_1Gtk.html#a314">ResponseType</a> { <br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a314a27">RESPONSE_NONE</a> = GTK_RESPONSE_NONE,
<br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a314a28">RESPONSE_REJECT</a> = GTK_RESPONSE_REJECT,
<br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a314a29">RESPONSE_ACCEPT</a> = GTK_RESPONSE_ACCEPT,
<br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a314a30">RESPONSE_DELETE_EVENT</a> = GTK_RESPONSE_DELETE_EVENT,
<br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a314a31">RESPONSE_OK</a> = GTK_RESPONSE_OK,
<br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a314a32">RESPONSE_CANCEL</a> = GTK_RESPONSE_CANCEL,
<br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a314a33">RESPONSE_CLOSE</a> = GTK_RESPONSE_CLOSE,
<br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a314a34">RESPONSE_YES</a> = GTK_RESPONSE_YES,
<br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a314a35">RESPONSE_NO</a> = GTK_RESPONSE_NO,
<br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a314a36">RESPONSE_APPLY</a> = GTK_RESPONSE_APPLY,
<br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a314a37">RESPONSE_HELP</a> = GTK_RESPONSE_HELP
<br>
}
<dl class="el"><dd class="mdescRight">Used to indicate the response_id of the action widget. <a href="#a314">More...</a><br></dl><li>enum <a class="el" href="namespaceGFC_1_1Gtk.html#a315">StockButtonType</a> { <br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a315a38">STOCK_BUTTON_OK</a>,
<br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a315a39">STOCK_BUTTON_CANCEL</a>,
<br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a315a40">STOCK_BUTTON_CLOSE</a>,
<br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a315a41">STOCK_BUTTON_YES</a>,
<br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a315a42">STOCK_BUTTON_NO</a>,
<br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a315a43">STOCK_BUTTON_APPLY</a>,
<br>
<a class="el" href="namespaceGFC_1_1Gtk.html#a315a44">STOCK_BUTTON_HELP</a>
<br>
}
<dl class="el"><dd class="mdescRight">Used to indicate a stock button and response_id to add to the dialog. <a href="#a315">More...</a><br></dl></ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
A GtkDialog C++ wrapper interface.
<p>
<hr><h2>Enumeration Type Documentation</h2>
<a class="anchor" name="a313" doxytag="dialog.hh::DialogFlags" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> enum <a class="el" href="namespaceGFC_1_1Gtk.html#a313">DialogFlags</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Construction/destruction flags.
<p>
<dl compact><dt><b>Enumeration values: </b></dt><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em><a class="anchor" name="a313a24" doxytag="DIALOG_MODAL" ></a>DIALOG_MODAL</em> </td><td>
Calls Gtk::Window::set_modal(true). </td></tr>
<tr><td valign=top><em><a class="anchor" name="a313a25" doxytag="DIALOG_DESTROY_WITH_PARENT" ></a>DIALOG_DESTROY_WITH_PARENT</em> </td><td>
Calls <a class="el" href="classGFC_1_1Gtk_1_1Window.html#z1073_17">Gtk::Window::set_destroy_with_parent()</a>. </td></tr>
<tr><td valign=top><em><a class="anchor" name="a313a26" doxytag="DIALOG_NO_SEPARATOR" ></a>DIALOG_NO_SEPARATOR</em> </td><td>
No separator bar above the action buttons. </td></tr>
</table>
</dl>
</td>
</tr>
</table>
<a class="anchor" name="a314" doxytag="dialog.hh::ResponseType" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> enum <a class="el" href="namespaceGFC_1_1Gtk.html#a314">ResponseType</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Used to indicate the response_id of the action widget.
<p>
<dl compact><dt><b>Enumeration values: </b></dt><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em><a class="anchor" name="a314a27" doxytag="RESPONSE_NONE" ></a>RESPONSE_NONE</em> </td><td>
The action widget has no response_id. </td></tr>
<tr><td valign=top><em><a class="anchor" name="a314a28" doxytag="RESPONSE_REJECT" ></a>RESPONSE_REJECT</em> </td><td>
Returned only if passed as the response for the action widget. </td></tr>
<tr><td valign=top><em><a class="anchor" name="a314a29" doxytag="RESPONSE_ACCEPT" ></a>RESPONSE_ACCEPT</em> </td><td>
Returned only if passed as the response for the action widget. </td></tr>
<tr><td valign=top><em><a class="anchor" name="a314a30" doxytag="RESPONSE_DELETE_EVENT" ></a>RESPONSE_DELETE_EVENT</em> </td><td>
The dialog received a 'delete' event. </td></tr>
<tr><td valign=top><em><a class="anchor" name="a314a31" doxytag="RESPONSE_OK" ></a>RESPONSE_OK</em> </td><td>
The OK response, when the action widget is clicked. </td></tr>
<tr><td valign=top><em><a class="anchor" name="a314a32" doxytag="RESPONSE_CANCEL" ></a>RESPONSE_CANCEL</em> </td><td>
The cancel response, when the action widget is clicked. </td></tr>
<tr><td valign=top><em><a class="anchor" name="a314a33" doxytag="RESPONSE_CLOSE" ></a>RESPONSE_CLOSE</em> </td><td>
The close response, when the action widget is clicked. </td></tr>
<tr><td valign=top><em><a class="anchor" name="a314a34" doxytag="RESPONSE_YES" ></a>RESPONSE_YES</em> </td><td>
The yes response, when the action widget is clicked. </td></tr>
<tr><td valign=top><em><a class="anchor" name="a314a35" doxytag="RESPONSE_NO" ></a>RESPONSE_NO</em> </td><td>
The no response, when the action widget is clicked. </td></tr>
<tr><td valign=top><em><a class="anchor" name="a314a36" doxytag="RESPONSE_APPLY" ></a>RESPONSE_APPLY</em> </td><td>
The apply response, when the action widget is clicked. </td></tr>
<tr><td valign=top><em><a class="anchor" name="a314a37" doxytag="RESPONSE_HELP" ></a>RESPONSE_HELP</em> </td><td>
The help response, when the action widget is clicked. </td></tr>
</table>
</dl>
</td>
</tr>
</table>
<a class="anchor" name="a315" doxytag="dialog.hh::StockButtonType" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> enum <a class="el" href="namespaceGFC_1_1Gtk.html#a315">StockButtonType</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Used to indicate a stock button and response_id to add to the dialog.
<p>
<dl compact><dt><b>Enumeration values: </b></dt><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em><a class="anchor" name="a315a38" doxytag="STOCK_BUTTON_OK" ></a>STOCK_BUTTON_OK</em> </td><td>
A stock OK button that returns the id <a class="el" href="namespaceGFC_1_1Gtk.html#a314a31">Gtk::RESPONSE_OK</a>. </td></tr>
<tr><td valign=top><em><a class="anchor" name="a315a39" doxytag="STOCK_BUTTON_CANCEL" ></a>STOCK_BUTTON_CANCEL</em> </td><td>
A stock CANCEL button that returns the id <a class="el" href="namespaceGFC_1_1Gtk.html#a314a32">Gtk::RESPONSE_CANCEL</a>. </td></tr>
<tr><td valign=top><em><a class="anchor" name="a315a40" doxytag="STOCK_BUTTON_CLOSE" ></a>STOCK_BUTTON_CLOSE</em> </td><td>
A stock CLOSE button that returns the id <a class="el" href="namespaceGFC_1_1Gtk.html#a314a33">Gtk::RESPONSE_CLOSE</a>. </td></tr>
<tr><td valign=top><em><a class="anchor" name="a315a41" doxytag="STOCK_BUTTON_YES" ></a>STOCK_BUTTON_YES</em> </td><td>
A stock YES button that returns the id <a class="el" href="namespaceGFC_1_1Gtk.html#a314a34">Gtk::RESPONSE_YES</a>. </td></tr>
<tr><td valign=top><em><a class="anchor" name="a315a42" doxytag="STOCK_BUTTON_NO" ></a>STOCK_BUTTON_NO</em> </td><td>
A stock NO button that returns the id <a class="el" href="namespaceGFC_1_1Gtk.html#a314a35">Gtk::RESPONSE_NO</a>. </td></tr>
<tr><td valign=top><em><a class="anchor" name="a315a43" doxytag="STOCK_BUTTON_APPLY" ></a>STOCK_BUTTON_APPLY</em> </td><td>
A stock APPLY button that returns the id <a class="el" href="namespaceGFC_1_1Gtk.html#a314a36">Gtk::RESPONSE_APPLY</a>. </td></tr>
<tr><td valign=top><em><a class="anchor" name="a315a44" doxytag="STOCK_BUTTON_HELP" ></a>STOCK_BUTTON_HELP</em> </td><td>
A stock HELP button that returns the id <a class="el" href="namespaceGFC_1_1Gtk.html#a314a37">Gtk::RESPONSE_HELP</a>. </td></tr>
</table>
</dl>
</td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Aug 24 00:34:33 2004 for GFC-UI by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
</body>
</html>
|