]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/display.h
Applied notebook font patch.
[wxWidgets.git] / include / wx / mac / display.h
index b06a7d71734b100080bb38dc68df5175e8b472a9..060c9c7ef4cac3bf61fa50bc83d56f026f101cf9 100644 (file)
@@ -24,17 +24,23 @@ class WXDLLEXPORT wxDisplay : public wxDisplayBase
 public:
     wxDisplay ( size_t index = 0 );
 
 public:
     wxDisplay ( size_t index = 0 );
 
+    ~wxDisplay();
+
     virtual wxRect GetGeometry() const;
     virtual int GetDepth() const;
     virtual wxString GetName() const;
 
     virtual wxRect GetGeometry() const;
     virtual int GetDepth() const;
     virtual wxString GetName() const;
 
+    virtual wxArrayVideoModes
+        GetModes(const wxVideoMode& mode = wxDefaultVideoMode) const;
 
 
-    ~wxDisplay();
+    virtual wxVideoMode GetCurrentMode() const;
+
+    virtual bool ChangeMode(const wxVideoMode& mode = wxDefaultVideoMode);
 
 private:
     wxDisplayMacPriv* m_priv;
 
 
 private:
     wxDisplayMacPriv* m_priv;
 
-    DECLARE_NO_COPY_CLASS(wxDisplay);
+    DECLARE_NO_COPY_CLASS(wxDisplay)
 };
 
 #endif // _WX_MAC_DISPLAY_H_
 };
 
 #endif // _WX_MAC_DISPLAY_H_