Some missing methods and etc. added

Some minor tweaks and fixes


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2000-07-03 20:09:59 +00:00
parent e21e241714
commit 62786fc3be
17 changed files with 1798 additions and 82 deletions

View File

@@ -85,8 +85,9 @@ public:
wxPoint GetClientAreaOrigin() const;
bool Command(int id);
bool ProcessCommand(int id);
#ifdef __WXMSW__
bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
#endif
};
//---------------------------------------------------------------------------