// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-#ifndef __FRAMEH__
-#define __FRAMEH__
+#ifndef _WX_FRAME_H_
+#define _WX_FRAME_H_
#ifdef __GNUG__
#pragma interface "frame.h"
virtual void Maximize(bool maximize);
// virtual bool LoadAccelerators(const wxString& table);
- virtual void SetAcceleratorTable(const wxAcceleratorTable& accel);
-
// Responds to colour changes
void OnSysColourChanged(wxSysColourChangedEvent& event);
WXHICON m_defaultIcon;
static bool m_useNativeStatusBar;
wxToolBar * m_frameToolBar ;
- wxAcceleratorTable m_acceleratorTable;
DECLARE_EVENT_TABLE()
};
#endif
- // __FRAMEH__
+ // _WX_FRAME_H_