~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkRadioButton.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-09-05 07:16:24 UTC
  • mfrom: (1.3.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 127.
  • Revision ID: james.westby@ubuntu.com-20090905071624-ehjbg50t3hvthzlm
Tags: upstream-2.17.11
Import upstream version 2.17.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
<p>
217
217
</p>
218
218
<div class="example">
219
 
<a name="id524812"></a><p class="title"><b>Example 15. How to create a group of two radio buttons.</b></p>
 
219
<a name="id571745"></a><p class="title"><b>Example 15. How to create a group of two radio buttons.</b></p>
220
220
<div class="example-contents"><pre class="programlisting">
221
221
void create_radio_buttons (void) {
222
222
   GtkWidget *window, *radio1, *radio2, *box, *entry;