]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextstylepage.h
use GLX_DOUBLEBUFFER if no attributes were specified with GLX >= 1.3 too
[wxWidgets.git] / include / wx / richtext / richtextstylepage.h
index 50fa52518b07c0013d50424122042f91e59507aa..bca2dbdbc97edf5206be058a72b4a676839d4699 100644 (file)
@@ -18,7 +18,6 @@
 
 ////@begin control identifiers
 #define SYMBOL_WXRICHTEXTSTYLEPAGE_STYLE wxRESIZE_BORDER|wxTAB_TRAVERSAL
-#define SYMBOL_WXRICHTEXTSTYLEPAGE_TITLE _("wxRichTextStylePage")
 #define SYMBOL_WXRICHTEXTSTYLEPAGE_IDNAME ID_RICHTEXTSTYLEPAGE
 #define SYMBOL_WXRICHTEXTSTYLEPAGE_SIZE wxSize(400, 300)
 #define SYMBOL_WXRICHTEXTSTYLEPAGE_POSITION wxDefaultPosition
@@ -52,7 +51,7 @@ public:
     virtual bool TransferDataToWindow();
 
     /// Gets the attributes associated with the main formatting dialog
-    wxTextAttrEx* GetAttributes();
+    wxTextAttr* GetAttributes();
 
 ////@begin wxRichTextStylePage event handler declarations