search for: create_text_ctrl

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

2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...Wx::Size.new(200, 100) + pi.set_name(''test9'').set_caption(''Min Size 200x100'').bottom + pi.set_best_size(pi_size).set_min_size(pi_size) + pi.set_layer(1).set_close_button.set_maximize_button + @mgr.add_pane(create_size_report_ctrl, pi) + + wnd10 = create_text_ctrl("This pane will prompt the user before hiding.") + pi = Wx::AuiPaneInfo.new + pi.set_name(''test10'').set_caption(''Text Pane with hide prompt'') + pi.bottom.set_layer(1).set_position(1) + @mgr.add_pane(wnd10, pi) + + pi = Wx::AuiPaneInfo.ne...