UI: update dynamic tips
Useful for progress ETA to continuously update. This adds API option not to activate new regions GL state which isn't needed in many cases.
This commit is contained in:
@@ -705,6 +705,7 @@ void UI_but_func_drawextra_set(
|
||||
void UI_but_func_menu_step_set(uiBut *but, uiMenuStepFunc func);
|
||||
|
||||
void UI_but_func_tooltip_set(uiBut *but, uiButToolTipFunc func, void *argN);
|
||||
void UI_but_tooltip_refresh(struct bContext *C, uiBut *but);
|
||||
void UI_but_tooltip_timer_remove(struct bContext *C, uiBut *but);
|
||||
|
||||
bool UI_textbutton_activate_rna(const struct bContext *C, struct ARegion *ar,
|
||||
|
||||
Reference in New Issue
Block a user