Fix typo.
This commit is contained in:
parent
cd030aba96
commit
24f11703b3
2
ui.h
2
ui.h
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue