]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dataview.h
Revert the zoom direction on Ctrl-mouse wheel in wxStyledTextCtrl.
[wxWidgets.git] / include / wx / generic / dataview.h
index c2cf345a4c69e5fdec7e227e28d19e7e05dc916d..89b0461623cb0f19193e2c74be00baa995b95c01 100644 (file)
@@ -199,6 +199,8 @@ public:
 protected:
     virtual void EnsureVisible( int row, int column );
 
+    // Notice that row here may be invalid (i.e. >= GetRowCount()), this is not
+    // an error and this function simply returns an invalid item in this case.
     virtual wxDataViewItem GetItemByRow( unsigned int row ) const;
     virtual int GetRowByItem( const wxDataViewItem & item ) const;