...and a new system for allocating uiControls.
This commit is contained in:
parent
5f624f6a38
commit
19f563a2ac
3
ui.h
3
ui.h
|
@ -74,6 +74,9 @@ _UI_EXTERN int uiControlEnabled(uiControl *);
|
|||
_UI_EXTERN void uiControlEnable(uiControl *);
|
||||
_UI_EXTERN void uiControlDisable(uiControl *);
|
||||
|
||||
_UI_EXTERN uiControl *uiAllocControl(size_t n, uint32_t OSsig, uint32_t typesig, const char *typenamestr);
|
||||
_UI_EXTERN void uiFreeControl(uiControl *);
|
||||
|
||||
typedef struct uiWindow uiWindow;
|
||||
#define uiWindow(this) ((uiWindow *) (this))
|
||||
_UI_EXTERN char *uiWindowTitle(uiWindow *w);
|
||||
|
|
Loading…
Reference in New Issue