.CtrlLib: Tuning FileSel icons

git-svn-id: svn://ultimatepp.org/upp/trunk@2915 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2010-12-19 17:38:08 +00:00
parent cb3218469b
commit 106208819b
2 changed files with 35 additions and 17 deletions

View file

@ -128,12 +128,14 @@ class LazyFileIcons {
bool quick;
int ptime;
int start;
Vector<int> ndx;
Callback3<bool, const String&, Image&> WhenIcon;
void Do();
void Restart(int delay) { tm.KillSet(delay, callback(this, &LazyFileIcons::Do)); }
public:
void ReOrder();
void Start(FileList& list_, const String& dir_, Callback3<bool, const String&, Image&> WhenIcon_);
};