Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-09-06 07:22:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-06 07:22:12 +0300
commit31026f8c0e17b04f823b0fae808065b66841af6d (patch)
tree1a9b222be849ac638febd49239835542990f615f /source/blender/windowmanager/WM_api.h
parent26c17b0ab12d90ecbee8bc3a1188215ed3c30ddd (diff)
UI: keep showing label tooltip once it's open
This means dragging the cursor over the tools will show all labels immediately, but only once a single label is displayed.
Diffstat (limited to 'source/blender/windowmanager/WM_api.h')
-rw-r--r--source/blender/windowmanager/WM_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h
index 4a48aec2d68..65cb0f956a5 100644
--- a/source/blender/windowmanager/WM_api.h
+++ b/source/blender/windowmanager/WM_api.h
@@ -641,6 +641,7 @@ void WM_tooltip_timer_clear(struct bContext *C, struct wmWindow *win);
void WM_tooltip_clear(struct bContext *C, struct wmWindow *win);
void WM_tooltip_init(struct bContext *C, struct wmWindow *win);
void WM_tooltip_refresh(struct bContext *C, struct wmWindow *win);
+double WM_tooltip_time_closed(void);
#ifdef __cplusplus
}