Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_interface.h
| Context not available. | |||||
| void UI_but_drag_set_name(uiBut *but, const char *name); | void UI_but_drag_set_name(uiBut *but, const char *name); | ||||
| void UI_but_drag_set_value(uiBut *but); | void UI_but_drag_set_value(uiBut *but); | ||||
| void UI_but_drag_set_image(uiBut *but, const char *path, int icon, struct ImBuf *ima, float scale); | void UI_but_drag_set_image(uiBut *but, const char *path, int icon, struct ImBuf *ima, float scale); | ||||
| void UI_but_drag_set_rna_type(uiBut *but, int type, PointerRNA *ptr); | |||||
| bool UI_but_active_drop_name(struct bContext *C); | bool UI_but_active_drop_name(struct bContext *C); | ||||
| bool UI_but_active_drop_color(struct bContext *C); | bool UI_but_active_drop_color(struct bContext *C); | ||||
| Context not available. | |||||