new uvs2 releases : uppsrc-2630 tutorial-38 examples-142 reference-115

git-svn-id: svn://ultimatepp.org/upp/trunk@324 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
mdelfede 2008-08-02 14:54:22 +00:00
parent b87ea83029
commit 52ee2f6360
42 changed files with 1178 additions and 125 deletions

View file

@ -39,10 +39,13 @@ protected:
public:
Pusher& SetFont(Font fnt);
Pusher& SetLabel(const char *text);
Font GetFont() const { return font; }
String GetLabel() const { return label; }
void PseudoPush();
int GetVisualState() const;
int GetVisualState() const;
Callback WhenPush;
Callback WhenRepeat;