Cleanup: struct declarations
This commit is contained in:
parent
1650b656c6
commit
520feda277
@ -35,6 +35,7 @@
|
||||
|
||||
struct ARegion;
|
||||
struct Header;
|
||||
struct ID;
|
||||
struct ListBase;
|
||||
struct Menu;
|
||||
struct Panel;
|
||||
|
@ -39,9 +39,11 @@
|
||||
/* Struct Declarations */
|
||||
|
||||
struct ID;
|
||||
struct IDProperty;
|
||||
struct ListBase;
|
||||
struct ARegion;
|
||||
struct ScrArea;
|
||||
struct bScreen;
|
||||
struct wmEvent;
|
||||
struct wmWindow;
|
||||
struct wmOperator;
|
||||
@ -657,7 +659,7 @@ uiBut *uiDefKeyevtButS(uiBlock *block, int retval, const char *str, int x, int y
|
||||
uiBut *uiDefHotKeyevtButS(uiBlock *block, int retval, const char *str, int x, int y, short width, short height, short *keypoin, short *modkeypoin, const char *tip);
|
||||
|
||||
uiBut *uiDefSearchBut(uiBlock *block, void *arg, int retval, int icon, int maxlen, int x, int y, short width, short height, float a1, float a2, const char *tip);
|
||||
uiBut *uiDefSearchButO_ptr(uiBlock *block, struct wmOperatorType *ot, IDProperty *properties,
|
||||
uiBut *uiDefSearchButO_ptr(uiBlock *block, struct wmOperatorType *ot, struct IDProperty *properties,
|
||||
void *arg, int retval, int icon, int maxlen, int x, int y,
|
||||
short width, short height, float a1, float a2, const char *tip);
|
||||
|
||||
@ -964,7 +966,7 @@ void uiItemIntO(uiLayout *layout, const char *name, int icon, const char *opname
|
||||
void uiItemFloatO(uiLayout *layout, const char *name, int icon, const char *opname, const char *propname, float value);
|
||||
void uiItemStringO(uiLayout *layout, const char *name, int icon, const char *opname, const char *propname, const char *value);
|
||||
|
||||
PointerRNA uiItemFullO_ptr(uiLayout *layout, struct wmOperatorType *ot, const char *name, int icon, IDProperty *properties, int context, int flag);
|
||||
PointerRNA uiItemFullO_ptr(uiLayout *layout, struct wmOperatorType *ot, const char *name, int icon, struct IDProperty *properties, int context, int flag);
|
||||
PointerRNA uiItemFullO(uiLayout *layout, const char *idname, const char *name, int icon, struct IDProperty *properties, int context, int flag);
|
||||
|
||||
void uiItemR(uiLayout *layout, struct PointerRNA *ptr, const char *propname, int flag, const char *name, int icon);
|
||||
|
Loading…
Reference in New Issue
Block a user