]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
Some OS/2 updates
[wxWidgets.git] / include / wx / msw / toplevel.h
index 7b9f97886b53104582996a4acfbf894d813d32b8..ce10f8e6283b013d0eb558198058b513976e66e1 100644 (file)
@@ -20,7 +20,7 @@
 // wxTopLevelWindowMSW
 // ----------------------------------------------------------------------------
 
 // wxTopLevelWindowMSW
 // ----------------------------------------------------------------------------
 
-class wxTopLevelWindowMSW : public wxTopLevelWindowBase
+class WXDLLEXPORT wxTopLevelWindowMSW : public wxTopLevelWindowBase
 {
 public:
     // constructors and such
 {
 public:
     // constructors and such
@@ -59,6 +59,10 @@ public:
 
     virtual bool Show(bool show = TRUE);
 
 
     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
     // --------------------------
 
     // implementation from now on
     // --------------------------