Displaying 1 result from an estimated 1 matches for "getmenuid".
Did you mean:
geteuid
2006 Dec 24
0
[802] trunk/wxruby2/swig/classes: Add support for MenuEvent (MENU_OPEN, MENU_CLOSE, MENU_HIGHLIGHT)
...sp  /**
-         * \brief Returns the menu identifier associated with the event. This method should be
-only used with the events.
-        */
-
- int GetMenuId() const;
-        /**
-         * \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 us...