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 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486
|
<!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>GFC::Gtk::RadioButton Class Reference</h1>A GtkRadioButton C++ wrapper class.
<a href="#_details">More...</a>
<p>
<code>#include <<a class="el" href="radiobutton_8hh-source.html">gfc/gtk/radiobutton.hh</a>></code>
<p>
<p>Inheritance diagram for GFC::Gtk::RadioButton:
<p><center><img src="classGFC_1_1Gtk_1_1RadioButton.png" usemap="#GFC::Gtk::RadioButton_map" border="0" alt=""></center>
<map name="GFC::Gtk::RadioButton_map">
<area href="classGFC_1_1Gtk_1_1CheckButton.html" alt="GFC::Gtk::CheckButton" shape="rect" coords="75,504,216,528">
<area href="classGFC_1_1Gtk_1_1ToggleButton.html" alt="GFC::Gtk::ToggleButton" shape="rect" coords="75,448,216,472">
<area href="classGFC_1_1Gtk_1_1Button.html" alt="GFC::Gtk::Button" shape="rect" coords="75,392,216,416">
<area href="classGFC_1_1Gtk_1_1Bin.html" alt="GFC::Gtk::Bin" shape="rect" coords="75,336,216,360">
<area href="classGFC_1_1Gtk_1_1Container.html" alt="GFC::Gtk::Container" shape="rect" coords="75,280,216,304">
<area href="classGFC_1_1Gtk_1_1Widget.html" alt="GFC::Gtk::Widget" shape="rect" coords="75,224,216,248">
<area href="classGFC_1_1Gtk_1_1Object.html" alt="GFC::Gtk::Object" shape="rect" coords="0,168,141,192">
<area href="classGFC_1_1Atk_1_1Implementor.html" alt="GFC::Atk::Implementor" shape="rect" coords="151,168,292,192">
<area doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Object.html" alt="GFC::G::Object" shape="rect" coords="0,112,141,136">
<area doxygen="gfccore.tag:" href="classGFC_1_1G_1_1TypeInterface.html" alt="GFC::G::TypeInterface" shape="rect" coords="151,112,292,136">
<area doxygen="gfccore.tag:" href="classGFC_1_1G_1_1TypeInstance.html" alt="GFC::G::TypeInstance" shape="rect" coords="0,56,141,80">
<area doxygen="gfccore.tag:" href="classGFC_1_1G_1_1TypeInstance.html" alt="GFC::G::TypeInstance" shape="rect" coords="151,56,292,80">
<area doxygen="gfccore.tag:" href="classGFC_1_1Trackable.html" alt="GFC::Trackable" shape="rect" coords="0,0,141,24">
<area doxygen="gfccore.tag:" href="classGFC_1_1Trackable.html" alt="GFC::Trackable" shape="rect" coords="151,0,292,24">
</map>
<a href="classGFC_1_1Gtk_1_1RadioButton-members.html">List of all members.</a><h2>Signal Prototypes</h2>
<ul>
<li>const <a class="elRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">GroupChangedSignalType</a> <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#z716_2">group_changed_signal</a>
<dl class="el"><dd class="mdescRight">Group changed signal (see <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#z720_0">sig_group_changed()</a>). <a href="#z716_2"></a><br></dl></ul>
<h2>Public Types</h2>
<ul>
<li><a class="anchor" name="w0" doxytag="GFC::Gtk::RadioButton::Group" ></a>
typedef GSList <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#w0">Group</a>
<dl class="el"><dd class="mdescRight">The radio button group. <br></dl></ul>
<h2>Public Member Functions</h2>
<tr><td colspan="2"><div class="groupHeader">Constructors</div></td></tr>
<ul>
<li><a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#z717_0">RadioButton</a> ()
<dl class="el"><dd class="mdescRight">Construct a new radio button in a new group. <a href="#z717_0"></a><br></dl><li><a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#z717_1">RadioButton</a> (const <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html">RadioButton</a> *group)
<dl class="el"><dd class="mdescRight">Construct a new radio button, adding it to the same group as <em>group</em>. <a href="#z717_1"></a><br></dl><li><a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#z717_3">RadioButton</a> (const <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html">RadioButton</a> *group, const <a class="elRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a> &label, bool use_underline=false)
<dl class="el"><dd class="mdescRight">Constructs a new radio button and adds it to the same group as <em>group</em>. <a href="#z717_3"></a><br></dl><li><a class="anchor" name="z717_4" doxytag="GFC::Gtk::RadioButton::~RadioButton" ></a>
virtual <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#z717_4">~RadioButton</a> ()
<dl class="el"><dd class="mdescRight">Destructor. <br></dl></ul>
<tr><td colspan="2"><div class="groupHeader">Accessors</div></td></tr>
<ul>
<li><a class="anchor" name="z718_0" doxytag="GFC::Gtk::RadioButton::gtk_radio_button" ></a>
GtkRadioButton * <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#z718_0">gtk_radio_button</a> () const
<dl class="el"><dd class="mdescRight">Get a pointer to the GtkRadioButton structure. <br></dl><li><a class="anchor" name="z718_1" doxytag="GFC::Gtk::RadioButton::operator GtkRadioButton *" ></a>
<a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#z718_1">operator GtkRadioButton *</a> () const
<dl class="el"><dd class="mdescRight">Conversion operator; safely converts a <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html">RadioButton</a> to a GtkRadioButton pointer. <br></dl><li><a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#w0">Group</a> * <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#z718_2">get_group</a> () const
<dl class="el"><dd class="mdescRight">Retrieves the group assigned to the radio button. <a href="#z718_2"></a><br></dl></ul>
<tr><td colspan="2"><div class="groupHeader">Methods</div></td></tr>
<ul>
<li>void <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#z719_0">set_group</a> (<a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#w0">Group</a> *group)
<dl class="el"><dd class="mdescRight">Sets a radio button's group. <a href="#z719_0"></a><br></dl></ul>
<tr><td colspan="2"><div class="groupHeader">Signal Proxies</div></td></tr>
<ul>
<li>const <a class="elRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">GroupChangedSignalProxy</a> <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#z720_0">sig_group_changed</a> ()
<dl class="el"><dd class="mdescRight">Connect to the group_changed_signal; emitted when the group of radio buttons that a radio button belongs to changes. <a href="#z720_0"></a><br></dl></ul>
<h2>Protected Member Functions</h2>
<tr><td colspan="2"><div class="groupHeader">Constructors</div></td></tr>
<ul>
<li><a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#z715_0">RadioButton</a> (GtkRadioButton *radio_button, bool <a class="elRef" doxygen="gfccore.tag:" href="classGFC_1_1Trackable.html#z143_1">owns_reference</a>=false)
<dl class="el"><dd class="mdescRight">Construct a new <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html">RadioButton</a> from an existing GtkRadioButton. <a href="#z715_0"></a><br></dl></ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
A GtkRadioButton C++ wrapper class.
<p>
A single radio button performs the same basic function as a <a class="el" href="classGFC_1_1Gtk_1_1CheckButton.html">CheckButton</a>, as it's position in the object hierarchy reflects. It is only when multiple radio buttons are grouped together that they become a different user interface component in their own right.<p>
Every radio button is a member of some group of radio buttons. When one is selected, all other radio buttons in the same group are deselected. A <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html">RadioButton</a> is one way of giving the user a choice from many options.<p>
The first radio button in a group is constructed with one of the constructors that doesn't have a group argument. These are: <div class="fragment"><pre> <a class="code" href="classGFC_1_1Gtk_1_1RadioButton.html#z717_0">RadioButton</a>();
<a class="code" href="classGFC_1_1Gtk_1_1RadioButton.html#z717_0">RadioButton</a>(<span class="keyword">const</span> String& label, <span class="keywordtype">bool</span> use_underline = <span class="keyword">false</span>);
</pre></div>Then subsequent radio buttons in the group are constructed with one of the constructors that requires a group. These are:<br>
<div class="fragment"><pre> <a class="code" href="classGFC_1_1Gtk_1_1RadioButton.html#z717_0">RadioButton</a>(<span class="keyword">const</span> RadioButton *group, <span class="keyword">const</span> <span class="keywordtype">char</span> *label, <span class="keywordtype">bool</span> use_underline = <span class="keyword">false</span>);
<a class="code" href="classGFC_1_1Gtk_1_1RadioButton.html#z717_0">RadioButton</a>(<span class="keyword">const</span> RadioButton *group, <span class="keyword">const</span> String& label, <span class="keywordtype">bool</span> use_underline = <span class="keyword">false</span>);
</pre></div>The group argument is a pointer to a <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html">RadioButton</a> that already has a group assigned to it. To remove a <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html">RadioButton</a> from one group and make it part of a new one, use <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#z719_0">set_group()</a>.<p>
<b>Example:</b> How to create a group of three radio buttons. <div class="fragment"><pre><span class="preprocessor"> #include <<a class="code" href="main_8hh.html">gfc/main.hh</a>></span>
<span class="preprocessor"> #include <<a class="code" href="ui_8hh.html">gfc/ui.hh</a>></span>
<span class="preprocessor"> #include <<a class="code" href="radiobutton_8hh.html">gfc/gtk/radiobutton.hh</a>></span>
<span class="preprocessor"> #include <<a class="code" href="separator_8hh.html">gfc/gtk/separator.hh</a>></span>
<span class="keyword">using</span> <span class="keyword">namespace </span>GFC;
<span class="keyword">class </span>RadioButtonWindow : <span class="keyword">public</span> Gtk::Window
{
<span class="keyword">public</span>:
RadioButtonWindow();
};
RadioButtonWindow::RadioButtonWindow()
{
set_border_width(0);
Gtk::VBox *box1 = <span class="keyword">new</span> Gtk::VBox;
add(*box1);
box1->show();
Gtk::VBox *box2 = <span class="keyword">new</span> Gtk::VBox(<span class="keyword">false</span>, 10);
box2->set_border_width(10);
box1->pack_start(*box2);
box2->show();
Gtk::RadioButton *radio_button = 0;
radio_button = <span class="keyword">new</span> Gtk::RadioButton(radio_button, <span class="stringliteral">"button1"</span>);
box2->pack_start(*radio_button);
radio_button->show();
radio_button = <span class="keyword">new</span> Gtk::RadioButton(*radio_button, <span class="stringliteral">"button2"</span>);
radio_button->set_active(<span class="keyword">true</span>);
box2->pack_start(*radio_button);
radio_button->show();
radio_button = <span class="keyword">new</span> Gtk::RadioButton(*radio_button, <span class="stringliteral">"button3"</span>);
box2->pack_start(*radio_button);
radio_button->show();
Gtk::HSeparator *separator = <span class="keyword">new</span> Gtk::HSeparator;
box1->pack_start(*separator, <span class="keyword">false</span>);
separator->show();
box2 = <span class="keyword">new</span> Gtk::VBox(<span class="keyword">false</span>, 10);
box2->set_border_width(10);
box1->pack_start(*box2, <span class="keyword">false</span>);
box2->show();
Gtk::Button *button = <span class="keyword">new</span> Gtk::Button(<span class="stringliteral">"close"</span>);
button->sig_clicked().connect(slot(<span class="keyword">this</span>, &RadioButtonWindow::dispose));
box2->pack_start(*button);
button->set_flags(Gtk::CAN_DEFAULT);
button->grab_default();
button->show();
}
<span class="keywordtype">int</span> main (<span class="keywordtype">int</span> argc, <span class="keywordtype">char</span> *argv[])
{
<span class="keyword">using</span> <span class="keyword">namespace </span>Main;
<a class="code" href="namespaceGFC_1_1Main.html#a2">init</a>(&argc, &argv);
RadioButtonWindow window;
window.sig_destroy().connect(slot(&GFC::Main::quit));
window.show();
<a class="code" href="namespaceGFC_1_1Main.html#a11">run</a>();
<span class="keywordflow">return</span> 0;
}
</pre></div>
<p>
<hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="z715_0" doxytag="GFC::Gtk::RadioButton::RadioButton" ></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"> GFC::Gtk::RadioButton::RadioButton </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">GtkRadioButton * </td>
<td class="mdname" nowrap> <em>radio_button</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap>bool </td>
<td class="mdname" nowrap> <em>owns_reference</em> = <code>false</code></td>
</tr>
<tr>
<td></td>
<td class="md">) </td>
<td class="md" colspan="2"><code> [explicit, protected]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Construct a new <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html">RadioButton</a> from an existing GtkRadioButton.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td></td><td valign=top><em>radio_button</em> </td><td>A pointer to a GtkRadioButton. </td></tr>
<tr><td></td><td valign=top><em>owns_reference</em> </td><td>Set false if the initial reference count is floating, set true if it's not.</td></tr>
</table>
</dl>
<br>
The <em>radio_button</em> can be a newly created GtkRadioButton or an existing GtkRadioButton (see <a class="elRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Object.html#z68_0">G::Object::Object</a>). </td>
</tr>
</table>
<a class="anchor" name="z717_0" doxytag="GFC::Gtk::RadioButton::RadioButton" ></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"> GFC::Gtk::RadioButton::RadioButton </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Construct a new radio button in a new group.
<p>
To be of any practical value, a widget should then be packed into the radio button. </td>
</tr>
</table>
<a class="anchor" name="z717_1" doxytag="GFC::Gtk::RadioButton::RadioButton" ></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"> GFC::Gtk::RadioButton::RadioButton </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">const <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html">RadioButton</a> * </td>
<td class="mdname1" valign="top" nowrap> <em>group</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [explicit]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Construct a new radio button, adding it to the same group as <em>group</em>.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td></td><td valign=top><em>group</em> </td><td>An existing radio button, or null for the first button in a group.</td></tr>
</table>
</dl>
<br>
To be of any practical value, a widget should then be packed into the radio button. </td>
</tr>
</table>
<a class="anchor" name="z717_3" doxytag="GFC::Gtk::RadioButton::RadioButton" ></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"> GFC::Gtk::RadioButton::RadioButton </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">const <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html">RadioButton</a> * </td>
<td class="mdname" nowrap> <em>group</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap>const <a class="elRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a> & </td>
<td class="mdname" nowrap> <em>label</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap>bool </td>
<td class="mdname" nowrap> <em>use_underline</em> = <code>false</code></td>
</tr>
<tr>
<td></td>
<td class="md">) </td>
<td class="md" colspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Constructs a new radio button and adds it to the same group as <em>group</em>.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td></td><td valign=top><em>group</em> </td><td>An existing radio button, or null to start a new group. </td></tr>
<tr><td></td><td valign=top><em>label</em> </td><td>The text label to display next to the radio button. </td></tr>
<tr><td></td><td valign=top><em>use_underline</em> </td><td>Set <em>true</em> if label contains a mnemonic character. </td></tr>
</table>
</dl>
</td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="z718_2" doxytag="GFC::Gtk::RadioButton::get_group" ></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"> <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#w0">Group</a>* GFC::Gtk::RadioButton::get_group </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> const</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Retrieves the group assigned to the radio button.
<p>
<dl compact><dt><b>Returns:</b></dt><dd>A linked list containing all the radio buttons in the same group as this radio button. </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="z719_0" doxytag="GFC::Gtk::RadioButton::set_group" ></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"> void GFC::Gtk::RadioButton::set_group </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top"><a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#w0">Group</a> * </td>
<td class="mdname1" valign="top" nowrap> <em>group</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Sets a radio button's group.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td></td><td valign=top><em>group</em> </td><td>An existing radio button group, such as one returned from <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#z718_2">get_group()</a>.</td></tr>
</table>
</dl>
<br>
It should be noted that this does not change the layout of your interface in any way, so if you are changing the group, it is likely you will need to re-arrange the user interface to reflect these changes. </td>
</tr>
</table>
<a class="anchor" name="z720_0" doxytag="GFC::Gtk::RadioButton::sig_group_changed" ></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"> const <a class="elRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">GroupChangedSignalProxy</a> GFC::Gtk::RadioButton::sig_group_changed </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Connect to the group_changed_signal; emitted when the group of radio buttons that a radio button belongs to changes.
<p>
This can be when a radio button switches from being alone to being part of a group of 2 or more buttons, or vice-versa, and when a button is moved from one group of 2 or more buttons to a different one, but not when the composition of the group that a button belongs to changes. </td>
</tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="z716_2" doxytag="GFC::Gtk::RadioButton::group_changed_signal" ></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"> const <a class="elRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">GroupChangedSignalType</a> <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#z716_2">GFC::Gtk::RadioButton::group_changed_signal</a><code> [static, protected]</code> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Group changed signal (see <a class="el" href="classGFC_1_1Gtk_1_1RadioButton.html#z720_0">sig_group_changed()</a>).
<p>
Calls a slot with the signature: <div class="fragment"><pre> <span class="keywordtype">void</span> function();
</pre></div> </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="radiobutton_8hh-source.html">radiobutton.hh</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Aug 24 00:34:41 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>
|