Displaying 1 result from an estimated 1 matches for "panela".
Did you mean:
panel
2006 Dec 03
0
[778] trunk/wxruby2: Remove broken and deprecated LayoutConstraints, update samples & docs
...- end
-end
-
-class TestLayoutConstraints < Wx::Panel
- def initialize(parent)
- super(parent, -1)
- set_auto_layout(true)
- evt_button(100) {|event| on_button(event)}
-
- set_background_colour(Wx::Colour.new("MEDIUM ORCHID"))
-
- @panelA = Wx::Window.new(self, -1, Wx::DEFAULT_POSITION, Wx::DEFAULT_SIZE, Wx::SIMPLE_BORDER)
- @panelA.set_background_colour(Wx::BLUE)
- txt = Wx::StaticText.new(@panelA, -1, "Resize the window and see\nwhat happens... Notice that\nthere is no OnSize handler.",
-...