void GetSize(int *width, int *height) const ;
void GetPosition(int *x, int *y) const ;
void SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);
+ void ClientToScreen(int *x, int *y) const;
+ void ScreenToClient(int *x, int *y) const;
virtual bool OnClose();
virtual void Maximize(bool maximize);
- virtual void SetAcceleratorTable(const wxAcceleratorTable& accel);
-
// Responds to colour changes
void OnSysColourChanged(wxSysColourChangedEvent& event);
bool m_iconized;
static bool m_useNativeStatusBar;
wxToolBar * m_frameToolBar ;
- wxAcceleratorTable m_acceleratorTable;
DECLARE_EVENT_TABLE()
};