X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e721a2a2a41393346e0c86965cfd04f056196c2a..1b3b63ed5b05e7fc0f0d88ccdaa4c087c53bfa04:/include/wx/headercol.h diff --git a/include/wx/headercol.h b/include/wx/headercol.h index a52713d228..051ebbf14e 100644 --- a/include/wx/headercol.h +++ b/include/wx/headercol.h @@ -22,7 +22,10 @@ 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