]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/propgrid/propgrid.h
Correct wxEVT_AUXn_XXX event types names.
[wxWidgets.git] / interface / wx / propgrid / propgrid.h
index 2faa02dc4d365b49821259c6d600a436f54ef74f..4f540172f55cc015a6be0e8a839ade545378422c 100644 (file)
@@ -491,7 +491,7 @@ public:
 
         @see EndLabelEdit(), MakeColumnEditable()
     */
-    void BeginLabelEdit( unsigned int column = 0 );
+    void BeginLabelEdit( unsigned int colIndex = 0 );
 
     /**
         Changes value of a property, as if from an editor. Use this instead of
@@ -795,6 +795,8 @@ public:
     /**
         Makes given column editable by user.
 
+        @param column
+            The index of the column to make editable.
         @param editable
             Using @false here will disable column from being editable.