X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/82c9f85ce5aceaa3aedac7e690070d5eff904e5b..72594e90b2da8c167ba63b89b2c168c57a19cab4:/include/wx/msw/toplevel.h?ds=sidebyside diff --git a/include/wx/msw/toplevel.h b/include/wx/msw/toplevel.h index 7b9f97886b..ce10f8e628 100644 --- a/include/wx/msw/toplevel.h +++ b/include/wx/msw/toplevel.h @@ -20,7 +20,7 @@ // wxTopLevelWindowMSW // ---------------------------------------------------------------------------- -class wxTopLevelWindowMSW : public wxTopLevelWindowBase +class WXDLLEXPORT wxTopLevelWindowMSW : public wxTopLevelWindowBase { public: // constructors and such @@ -59,6 +59,10 @@ public: virtual bool Show(bool show = TRUE); + // FIXME -- not yet moved from wxFrame to wxTLW + virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL) { return FALSE; } + virtual bool IsFullScreen() const { return FALSE; } + // implementation from now on // --------------------------