search for: add_pane

Displaying 4 results from an estimated 4 matches for "add_pane".

2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...tProvider::get_bitmap(Wx::ART_MISSING_IMAGE) ) + tb5.realize + + # add the toolbars to the manager + pi = Wx::AuiPaneInfo.new + pi.set_name(''tb1'').set_caption("Big Toolbar").toolbar_pane + pi.top.set_left_dockable(false).set_right_dockable(false) + @mgr.add_pane(tb1, pi) + + + pi = Wx::AuiPaneInfo.new + pi.set_name(''tb1'').set_caption("Toolbar 2").toolbar_pane + pi.top.set_row(1) + pi.set_left_dockable(false).set_right_dockable(false) + @mgr.add_pane(tb2, pi) + + pi = Wx::AuiPaneInfo.new + pi.set_name('...
2007 May 11
0
[ wxruby-Bugs-10759 ] Wx::AuiManager.get_all_panes can not get all pane.
...:App def on_init @frame = Wx::Frame.new(nil, -1, "bug get_all_panes",Wx::DEFAULT_POSITION,Wx::Size.new(800,600),Wx::DEFAULT_FRAME_STYLE) aui =Wx::AuiManager.new @frame pi = Wx::AuiPaneInfo.new.set_name(''a'').left.set_caption("a") aui.add_pane(createTextCtrl("a"), pi) pi = Wx::AuiPaneInfo.new.set_name(''b'').center.set_caption("b") aui.add_pane(createTextCtrl("b"), pi) puts "aui.get_all_panes------------" aui.get_all_panes.each{|pane| putsPane pane}...
2007 May 05
0
[1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
...W_FLOATING | + AUI_MGR_TRANSPARENT_HINT | + AUI_MGR_HINT_FADE | + AUI_MGR_NO_VENETIAN_BLINDS_FADE + } + + + +<div id="methods"> + +h2. Methods + +* "AuiManager.new":#AuiManager_new +* "AuiManager#add_pane":#AuiManager_addpane +* "AuiManager#detach_pane":#AuiManager_detachpane +* "AuiManager#get_all_panes":#AuiManager_getallpanes +* "AuiManager#get_art_provider":#AuiManager_getartprovider +* "AuiManager#get_dock_size_constraint":#AuiManager_getdocksizecons...
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