]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextbulletspage.h
account for scroll offset correctly in the mouse event handler
[wxWidgets.git] / include / wx / richtext / richtextbulletspage.h
index 9972b66b6ddcee61afc9a733eb99c8b284da6f19..58681faa1b33f4fbb6b464e4442be28fdcc99a0d 100644 (file)
 /*!
  * Includes
  */
-
-////@begin includes
-#include "wx/statline.h"
-#include "wx/spinctrl.h"
-////@end includes
+#include "wx/spinbutt.h"        // for wxSpinEvent
 
 /*!
  * Forward declarations
@@ -73,7 +69,7 @@ public:
     virtual bool TransferDataToWindow();
 
     /// Gets the attributes associated with the main formatting dialog
-    wxTextAttrEx* GetAttributes();
+    wxTextAttr* GetAttributes();
 
     /// Update for symbol-related controls
     void OnSymbolUpdate( wxUpdateUIEvent& event );