search for: set_h_gap

Displaying 2 results from an estimated 2 matches for "set_h_gap".

2008 Jan 08
28
1.9.3 release, rakefile
Hi I''d like to put out a 1.9.3 release perhaps later this week/weekend. If you have a chance to test the build and samples esp with latest rubygems, please do. There are still some bugs on the list, and samples to do, but this should address all the build/install probs that have come up. And it would be good to get some testing and feedback on some of the new classes. A note on the
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...olour_button( ID_BorderColour, + "Border Colour:") + @grip_colour, s13 = make_colour_button( ID_GripperColour, + "Gripper Colour:") + + + grid_sizer = Wx::GridSizer.new(2) + grid_sizer.set_h_gap(5) + + grid_sizer.add(s1); grid_sizer.add(s4) + grid_sizer.add(s2); grid_sizer.add(s5) + grid_sizer.add(s3); grid_sizer.add(s13) + grid_sizer.add(1,1); grid_sizer.add(s12) + grid_sizer.add(s6); grid_sizer.add(s9) + grid_sizer.add(s7); grid_sizer.add(s10) + grid_sizer.a...