Displaying 2 results from an estimated 2 matches for "append_radio_item".
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...pend( ID_NotebookContent,
+ "Use a wxAuiNotebook control for the Content Pane")
+ view_menu.append(ID_SizeReportContent,
+ "Use a Size Reporter for the Content Pane")
+
+ options_menu = Wx::Menu.new
+ # Hints
+ options_menu.append_radio_item( ID_TransparentHint,
+ "Transparent Hint")
+ options_menu.append_radio_item( ID_VenetianBlindsHint,
+ "Venetian Blinds Hint")
+ options_menu.append_radio_item( ID_RectangleHint,
+...
2006 Nov 04
0
[720] trunk/wxruby2/doc/textile/menu.txtl: Update, rubyify and tidy
...#Menu_append
</span><ins>+* "Menu#append_item":#Menu_appenditem
+* "Menu#append_menu":#Menu_appendmenu
</ins><span class="cx"> * "Menu#append_check_item":#Menu_appendcheckitem
</span><span class="cx"> * "Menu#append_radio_item":#Menu_appendradioitem
</span><span class="cx"> * "Menu#append_separator":#Menu_appendseparator
</span><span class="lines">@@ -122,25 +129,6 @@
</span><span class="cx"> * _title_ A title for the popup menu: the empty s...