Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_interface.h
| Show First 20 Lines • Show All 1,118 Lines • ▼ Show 20 Lines | uiBut *uiDefIconButO_ptr(uiBlock *block, | ||||
| struct wmOperatorType *ot, | struct wmOperatorType *ot, | ||||
| int opcontext, | int opcontext, | ||||
| int icon, | int icon, | ||||
| int x, | int x, | ||||
| int y, | int y, | ||||
| short width, | short width, | ||||
| short height, | short height, | ||||
| const char *tip); | const char *tip); | ||||
| uiBut *uiDefButImage( | |||||
| uiBlock *block, void *imbuf, int x, int y, short width, short height, const uchar color[4]); | |||||
| uiBut *uiDefButAlert( | |||||
| uiBlock *block, int icon, int x, int y, short width, short height); | |||||
| uiBut *uiDefIconTextBut(uiBlock *block, | uiBut *uiDefIconTextBut(uiBlock *block, | ||||
| int type, | int type, | ||||
| int retval, | int retval, | ||||
| int icon, | int icon, | ||||
| const char *str, | const char *str, | ||||
| int x1, | int x1, | ||||
| int y1, | int y1, | ||||
| short x2, | short x2, | ||||
| ▲ Show 20 Lines • Show All 1,366 Lines • Show Last 20 Lines | |||||