// implementation only from now on
void SetInvokingWindow( wxWindow *win );
void UnsetInvokingWindow( wxWindow *win );
+ GtkWidget *m_menubar; // Public for hildon support
private:
// common part of Append and Insert
bool GtkAppend(wxMenu *menu, const wxString& title, int pos=-1);
- GtkWidget *m_menubar;
wxWindow *m_invokingWindow;
void Init(size_t n, wxMenu *menus[], const wxString titles[], long style);
// TODO: virtual void SetTitle(const wxString& title);
- // implementation
- int FindMenuIdByMenuItem( GtkWidget *menuItem ) const;
-
// implementation GTK only
GtkWidget *m_menu; // GtkMenu
GtkWidget *m_owner;
GtkAccelGroup *m_accel;
+ bool m_popupShown;
protected:
virtual wxMenuItem* DoAppend(wxMenuItem *item);