diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:02:17 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:02:17 +0200 |
commit | b9203ee84953006547f4afd58f405874c87bf0dc (patch) | |
tree | 9e41f1533f120e9268e86658c52458630ffd718a /library/CustomGrid.h | |
parent | 3.0 (diff) | |
download | FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.tar.gz FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.tar.bz2 FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.zip |
3.1
Diffstat (limited to 'library/CustomGrid.h')
-rw-r--r-- | library/CustomGrid.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/library/CustomGrid.h b/library/CustomGrid.h index 59bc97c0..d5db71a1 100644 --- a/library/CustomGrid.h +++ b/library/CustomGrid.h @@ -149,6 +149,9 @@ public: xmlAccess::ColumnTypes getTypeAtPos(unsigned pos) const; static wxString getTypeName(xmlAccess::ColumnTypes colType); + void autoSizeColumns(); //performance optimized column resizer + void autoSizeColumns(int col, bool doRefresh = true); // + #ifdef FFS_WIN void enableFileIcons(const bool value); #endif |