mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
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:
parent
b87ea83029
commit
52ee2f6360
42 changed files with 1178 additions and 125 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue