projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Don't rely on __GXX_RTTI being defined with g++ < 4.3.
[wxWidgets.git]
/
include
/
wx
/
gtk
/
menu.h
diff --git
a/include/wx/gtk/menu.h
b/include/wx/gtk/menu.h
index 63692e98b02d0db1e984cea8e94ac139c645cd53..ecbb311e619fc1a4b3ed2680cbfd9ce4da44e51d 100644
(file)
--- a/
include/wx/gtk/menu.h
+++ b/
include/wx/gtk/menu.h
@@
-49,12
+49,12
@@
public:
// implementation only from now on
void SetInvokingWindow( wxWindow *win );
void UnsetInvokingWindow( wxWindow *win );
// 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);
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);
wxWindow *m_invokingWindow;
void Init(size_t n, wxMenu *menus[], const wxString titles[], long style);