search for: add_button

Displaying 4 results from an estimated 4 matches for "add_button".

2007 Feb 12
0
[869] trunk/wxruby2/doc/textile/stddialogbuttonsizer.txtl: Added missing methods listing section
..."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":#StdDialogButtonSizer_addbutton +* "StdDialogButtonSizer#realize":#StdDialogButtonSizer_realize +* "StdDialogButtonSizer#set_affirmative_button":#StdDialogButtonSizer_setaffirmativebutton +* "StdDialogButtonSizer#set_cancel_button":#StdDialogButtonSizer_setcancel...
2006 Apr 29
11
Multiple actions from one form - possible?
Hello * Obviously the rhtml below does not work, but it should be apparent what I try to achieve - I would like to give the user the choice to submit a form either to action1 or action2 but I cannot figure out how?! It would be great if someone could give some assistance. Thanks a lot, Alex <%= start_form_tag :action1 => ''save'', :action2 =>
2006 Dec 03
0
[778] trunk/wxruby2: Remove broken and deprecated LayoutConstraints, update samples & docs
...xtCtrl.new(self, -1, msg, + Wx::DEFAULT_POSITION, Wx::DEFAULT_SIZE, + Wx::TE_MULTILINE|Wx::TE_READONLY) + + sizer.add(text, 1, Wx::EXPAND|Wx::ALL, 5) + + button_sizer = Wx::StdDialogButtonSizer.new + button_sizer.add_button( Wx::Button.new(self, Wx::ID_OK, "OK") ) + button_sizer.realize + + sizer.add(button_sizer, 0, Wx::EXPAND|Wx::ALL, 5) + + set_sizer(sizer) + layout </ins><span class="cx"> end </span><span class="cx"> end </spa...
2001 Jan 22
0
vorbiscomment gui ideas
...<child_ipad_y>0</child_ipad_y> <child> <padding>0</padding> <expand>False</expand> <fill>True</fill> </child> <widget> <class>GtkButton</class> <name>artist_add_button</name> <tooltip>Add a new artist to the list</tooltip> <can_default>True</can_default> <can_focus>True</can_focus> <label>Add</label> </widget> <widget> <class>GtkButton</...