mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.CtrlLib: Tuning FileSel icons
git-svn-id: svn://ultimatepp.org/upp/trunk@2915 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
cb3218469b
commit
106208819b
2 changed files with 35 additions and 17 deletions
|
|
@ -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_);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue