Fix typo.

This commit is contained in:
BQ 2016-05-31 14:24:37 +01:00
parent cd030aba96
commit 24f11703b3
1 changed files with 1 additions and 1 deletions

2
ui.h
View File

@ -150,7 +150,7 @@ typedef struct uiGroup uiGroup;
#define uiGroup(this) ((uiGroup *) (this)) #define uiGroup(this) ((uiGroup *) (this))
_UI_EXTERN char *uiGroupTitle(uiGroup *g); _UI_EXTERN char *uiGroupTitle(uiGroup *g);
_UI_EXTERN void uiGroupSetTitle(uiGroup *g, const char *title); _UI_EXTERN void uiGroupSetTitle(uiGroup *g, const char *title);
_UI_EXTERN void uiGroSetChildup(uiGroup *g, uiControl *c); _UI_EXTERN void uiGroupSetChild(uiGroup *g, uiControl *c);
_UI_EXTERN int uiGroupMargined(uiGroup *g); _UI_EXTERN int uiGroupMargined(uiGroup *g);
_UI_EXTERN void uiGroupSetMargined(uiGroup *g, int margined); _UI_EXTERN void uiGroupSetMargined(uiGroup *g, int margined);
_UI_EXTERN uiGroup *uiNewGroup(const char *title); _UI_EXTERN uiGroup *uiNewGroup(const char *title);