search for: get_status_bar

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

Did you mean: set_status_bar
2008 May 03
3
what type of variable use? (setting text on another class va
so, i have a MinimalFrame class where i have a form, then, after a user add a new client i would like to send a log message on MainFrame status_bar. -- Posted via http://www.ruby-forum.com/.
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...@mgr = Wx::AuiManager.new + @mgr.set_managed_window(self) + @perspectives = [] + + # set up default notebook style + @notebook_style = Wx::AUI_NB_DEFAULT_STYLE| + Wx::AUI_NB_TAB_EXTERNAL_MOVE|Wx::NO_BORDER + @notebook_theme = 0 + setup_menu + create_status_bar + get_status_bar.set_status_text("Ready") + set_min_size( Wx::Size.new(400,300) ) + setup_toolbars + setup_panes + setup_perspectives + setup_events + @mgr.update + end + + # + def setup_menu + mb = Wx::MenuBar.new + + file_menu = Wx::Menu.new + file_menu.append(Wx::ID_EXIT,...