]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextsizepage.h
Fix wxPropertyGrid::GetPropertyRect when the last item is collapsed.
[wxWidgets.git] / include / wx / richtext / richtextsizepage.h
index 2f815dd27804ec9def558edc4652c2b0c2630649..8f3ca6a1b00f821f4d03b718b956728787651d80 100644 (file)
@@ -21,9 +21,9 @@
 
 ////@begin includes
 #include "wx/statline.h"
-#include "wx/stattext.h"
 #include "wx/valgen.h"
 ////@end includes
+#include "wx/stattext.h"
 
 /*!
  * Forward declarations
@@ -157,10 +157,10 @@ public:
     /// wxEVT_UPDATE_UI event handler for ID_RICHTEXT_BOTTOM_UNITS
     void OnRichtextBottomUnitsUpdate( wxUpdateUIEvent& event );
 
-    /// wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_RICHTEXT_PARA_UP
+    /// wxEVT_BUTTON event handler for ID_RICHTEXT_PARA_UP
     void OnRichtextParaUpClick( wxCommandEvent& event );
 
-    /// wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_RICHTEXT_PARA_DOWN
+    /// wxEVT_BUTTON event handler for ID_RICHTEXT_PARA_DOWN
     void OnRichtextParaDownClick( wxCommandEvent& event );
 
 ////@end wxRichTextSizePage event handler declarations