Displaying 1 result from an estimated 1 matches for "append_submenu".
2004 Jan 28
1
Submenues
Hello wxruby users,
Kevin, thank you for the answer about the status bar flicker. I think this
is a question for wxWindows mailing lists.
It''s great that 0.2 version will be released soon! It is impossible
to create submenues in 0.1. Could you add the ruby function
append_submenu(id, item, submenu, helpString) to the Wx::Menu class in 0.2,
which calls the wxWindows function
void wxMenu::Append( int id, const wxString& item, wxMenu *subMenu,
const wxString& helpString = "" ),
please?
Also, function append_item() doesn''t work:...