]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/dc.h
wxWindow::Freeze()/Thaw() can now be nested
[wxWidgets.git] / include / wx / mac / dc.h
index 78b133895027c7982e2ae709f9352f74d65347c6..5fc2601e55765eee0cc35bc86b55f2ca2ed47b9f 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_DC_H_
 #define _WX_DC_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "dc.h"
 #endif
 
@@ -86,6 +86,7 @@ class WXDLLEXPORT wxDC: public wxDCBase
                                  wxCoord *descent = NULL,
                                  wxCoord *externalLeading = NULL,
                                  wxFont *theFont = NULL) const;
+    virtual bool DoGetPartialTextExtents(const wxString& text, wxArrayInt& widths) const;
 
     virtual bool CanDrawBitmap() const;
     virtual bool CanGetTextExtent() const;