git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51511
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifndef __GTKMENUH__
-#define __GTKMENUH__
+#ifndef _WX_GTKMENU_H_
+#define _WX_GTKMENU_H_
//-----------------------------------------------------------------------------
// wxMenuBar
//-----------------------------------------------------------------------------
// wxMenuBar
void SetInvokingWindow( wxWindow *win );
void UnsetInvokingWindow( wxWindow *win );
void SetInvokingWindow( wxWindow *win );
void UnsetInvokingWindow( wxWindow *win );
// common part of Append and Insert
bool GtkAppend(wxMenu *menu, const wxString& title, int pos=-1);
GtkWidget *m_menubar;
// common part of Append and Insert
bool GtkAppend(wxMenu *menu, const wxString& title, int pos=-1);
GtkWidget *m_menubar;
wxWindow *m_invokingWindow;
wxWindow *m_invokingWindow;
void Init(size_t n, wxMenu *menus[], const wxString titles[], long style);
DECLARE_DYNAMIC_CLASS(wxMenuBar)
void Init(size_t n, wxMenu *menus[], const wxString titles[], long style);
DECLARE_DYNAMIC_CLASS(wxMenuBar)
void wxMenuBar::Init(size_t n, wxMenu *menus[], const wxString titles[], long style)
{
void wxMenuBar::Init(size_t n, wxMenu *menus[], const wxString titles[], long style)
{
m_invokingWindow = NULL;
#if wxUSE_LIBHILDON
m_invokingWindow = NULL;
#if wxUSE_LIBHILDON