]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/grid.h
Playing with wxgrid, adding optionnally native columns labels
[wxWidgets.git] / include / wx / generic / grid.h
index c78fe9494d25f29ec534a518c3232e0837ec0e6e..7e32a046f29b6cef2584bc8108e29011af1410c2 100644 (file)
@@ -1312,6 +1312,7 @@ public:
     int      GetCellHighlightPenWidth() const { return m_cellHighlightPenWidth; }
     int      GetCellHighlightROPenWidth() const { return m_cellHighlightROPenWidth; }
 
+    void     SetUseNativeColLabels( bool native = true );
     void     SetRowLabelSize( int width );
     void     SetColLabelSize( int height );
     void     SetLabelBackgroundColour( const wxColour& );
@@ -1834,6 +1835,8 @@ protected:
     int        m_minAcceptableColWidth;
     wxArrayInt m_colWidths;
     wxArrayInt m_colRights;
+    
+    bool m_nativeColumnLabels;
 
     // get the col/row coords
     int GetColWidth(int col) const;