search for: ispopup

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

Did you mean: is_popup
2006 Dec 24
0
[802] trunk/wxruby2/swig/classes: Add support for MenuEvent (MENU_OPEN, MENU_CLOSE, MENU_HIGHLIGHT)
...&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Returns if the menu which is being opened or closed is a popup menu, - if it is a normal one. - -This method should be only used with the and events. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - - bool IsPopup() const; </del><ins>+ wxMenuEvent(int id = 0, int menu_id = 0, wxMenu* menu = NULL); + wxMenu* GetMenu() const; + int GetMenuId() const; + bool IsPopup() const; </ins><span class="cx"> }; </span><span class="cx"> </span><span...