search for: create_button_sizer

Displaying 3 results from an estimated 3 matches for "create_button_sizer".

2007 Mar 29
0
[926] branches/wxruby2/wxwidgets_282: Update Dialog wx2.6 -> wx2.8 API, remove deprecations and cruft, update doc
...buttons with the standard +@ID_OK@ and @ID_CANCEL@ identifiers behave as expected. It is also +possible to use a button with a different identifier nstead, see +"set_affirmative_id":#Dialog_setaffirmativeid and +"set_escape_id":#Dialog_setescapeid. + +Also notice that the "create_button_sizer()":#Dialog_createbuttonsizer() +should be used to create the buttons appropriate for the current platform and +positioned correctly (including their order which is +platform-dependent). + +h2. Modal and modeless dialogs + </ins><span class="cx"> There are two kinds of di...
2007 Apr 14
0
[963] branches/wxruby2/wxwidgets_282/doc/textile/dialog.txtl: Added a few missing methods and cleaned up a bit.
...lt;/span><span class="cx"> "set_affirmative_id":#Dialog_setaffirmativeid and </span><span class="cx"> "set_escape_id":#Dialog_setescapeid. </span><span class="cx"> </span><del>-Also notice that the "create_button_sizer()":#Dialog_createbuttonsizer() </del><ins>+Also notice that the "create_button_sizer":#Dialog_createbuttonsizer </ins><span class="cx"> should be used to create the buttons appropriate for the current platform and </span><span class="...
2007 Feb 12
0
[869] trunk/wxruby2/doc/textile/stddialogbuttonsizer.txtl: Added missing methods listing section
...nbsp&nbsp2007-02-12 19:45:18 UTC (rev 869) </span><span class="lines">@@ -27,6 +27,20 @@ </span><span class="cx"> </span><span class="cx"> "Sizer":sizer.html, "Sizer overview":sizeroverview.html, "Dialog#create_button_sizer":dialog.html#Dialog_createbuttonsizer </span><span class="cx"> </span><ins>+ +h2. Methods + +<div id="methods"> + +* "StdDialogButtonSizer.new":#StdDialogButtonSizer_new +* "StdDialogButtonSizer#add_button":#StdDialogButton...