- [ONGOING] Treballant en que els camps d'edició funcionen millor
This commit is contained in:
@@ -8,6 +8,8 @@ namespace ui
|
||||
const bool button(const char *label, const int x, const int y, const int w, const int h, const bool pressed=false);
|
||||
const int check(const char *label, const int x, const int y, const int w, const int h, const bool checked);
|
||||
const int combo(const char *label, const int x, const int y, const int w, const int h);
|
||||
const char *spin(const char *label, const int x, const int y, const int w, const int h);
|
||||
const char *spin(const char *lbl, const int x, const int y, const int w, const int h);
|
||||
const int textbox(const char *label, const int x, const int y, const int w, const int h);
|
||||
|
||||
void selected(const bool value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user