diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-11 21:53:49 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-11 21:53:49 -0400 |
| commit | bdfa1828bb4d8b3c28a9bb4ca2c45747349139b6 (patch) | |
| tree | d249a3e78702640c623948f235429de87d05902e /new/ui.h | |
| parent | 7d6f31351dd95bcc31b5947bcbf281d4439ccd42 (diff) | |
Set up the foundation for uiLabel.
Diffstat (limited to 'new/ui.h')
| -rw-r--r-- | new/ui.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -103,4 +103,8 @@ void uiCheckboxOnToggled(uiControl *, void (*)(uiControl *, void *), void *); int uiCheckboxChecked(uiControl *); void uiCheckboxSetChecked(uiControl *, int); +uiControl *uiNewLabel(const char *); +char *uiLabelText(uiControl *); +void uiLabelSetText(uiControl *, const char *); + #endif |
