search for: panelb

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

Did you mean: panel
2006 Dec 03
0
[778] trunk/wxruby2: Remove broken and deprecated LayoutConstraints, update samples & docs
...Wx::LayoutConstraints.new() - lc.top.same_as(self, Wx::LAYOUT_TOP, 10) - lc.left.same_as(self, Wx::LAYOUT_LEFT, 10) - lc.bottom.same_as(self, Wx::LAYOUT_BOTTOM, 10) - lc.right.percent_of(self, Wx::LAYOUT_RIGHT, 50) - @panelA.set_constraints(lc) - - @panelB = Wx::Window.new(self, -1, Wx::DEFAULT_POSITION, Wx::DEFAULT_SIZE, Wx::SIMPLE_BORDER) - @panelB.set_background_colour(Wx::RED) - lc = Wx::LayoutConstraints.new() - lc.top.same_as(self, Wx::LAYOUT_TOP, 10) - lc.right.same_as(self, Wx::LAYOUT_RIGHT, 10) - lc.bottom....