mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
Minor fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@1024 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
85f0252c6a
commit
8dfe862ee8
3 changed files with 1 additions and 46 deletions
|
|
@ -3,15 +3,6 @@ enum {
|
|||
CTRL_CHECKED, CTRL_HOTCHECKED
|
||||
};
|
||||
|
||||
struct CtrlsImgLook : Vector<Value> { // deprecated - remove after refactoring chameleon
|
||||
CtrlsImgLook& operator()(int i, int n = 4);
|
||||
CtrlsImgLook& operator()(int i, const Image& img, Color (*fn)(int i), int n = 4);
|
||||
CtrlsImgLook& operator()(int i, const Image& img, int n = 4);
|
||||
CtrlsImgLook(int i, int n = 4);
|
||||
CtrlsImgLook(int i, const Image& img, Color (*fn)(int i), int n = 4);
|
||||
CtrlsImgLook(int i, const Image& img, int n = 4);
|
||||
};
|
||||
|
||||
void CtrlsImageLook(Value *look, int i, int n = 4);
|
||||
void CtrlsImageLook(Value *look, int i, const Image& image, const Color *color, int n = 4);
|
||||
void CtrlsImageLook(Value *look, int i, const Image& image, int n = 4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue