summaryrefslogtreecommitdiff
path: root/library/CustomGrid.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:02:17 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:02:17 +0200
commitb9203ee84953006547f4afd58f405874c87bf0dc (patch)
tree9e41f1533f120e9268e86658c52458630ffd718a /library/CustomGrid.h
parent3.0 (diff)
downloadFreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.tar.gz
FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.tar.bz2
FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.zip
3.1
Diffstat (limited to 'library/CustomGrid.h')
-rw-r--r--library/CustomGrid.h3
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
bgstack15