]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/headercol.h
adding new files for xti merge
[wxWidgets.git] / include / wx / headercol.h
index a52713d2285f7d343d06287c0309c811effd95ce..051ebbf14efcee9d477632eb6fad6d0b3e65498d 100644 (file)
 enum
 {
     // special value for column width meaning unspecified/default
-    wxCOL_WIDTH_DEFAULT = -1
+    wxCOL_WIDTH_DEFAULT = -1,
+
+    // size the column automatically to fit all values
+    wxCOL_WIDTH_AUTOSIZE = -2
 };
 
 // bit masks for the various column attributes