search for: ondook

Displaying 1 result from an estimated 1 matches for "ondook".

Did you mean: onboot
2004 Jun 19
4
FlexGridSizer question
...::TextCtrl.new(self, -1, ''6/28/2004'') @date.set_font(ROMAN_12) sizer.add(@date, 0, Wx::ALL, 5) button = Wx::Button.new(self, Wx::ID_OK, ''OK'', Wx::Point.new(0,0),Wx::Size.new(70,25)) button.evt_button(Wx::ID_OK){|event| onDoOK()} sizer.add(button, 0, Wx::SOUTH|Wx::WEST|Wx::EAST, 10) button = Wx::Button.new(self, Wx::ID_CANCEL, ''Cancel'', Wx::Point.new(0,0),Wx::Size.new(70,25)) button.evt_button(Wx::ID_CANCEL){|event| onDoCancel()} sizer.add(button, 0, Wx::SOUT...