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:
authorJulian Eisel <eiseljulian@gmail.com>2015-08-18 10:03:19 +0300
committerJulian Eisel <eiseljulian@gmail.com>2015-08-18 10:03:19 +0300
commit43284f1a1b5b2cc663b199c16f2706cc4ae4aba7 (patch)
tree0946996c245cdffdfafaf2433d2eb2f4915eb79f /source/blender/windowmanager/WM_api.h
parent81545372fe1452e1efe30a70188ab02013210f57 (diff)
Allow widgets to define custom line width (and use for manipulator)
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 ae6b4a4e649..42a3f52524e 100644
--- a/source/blender/windowmanager/WM_api.h
+++ b/source/blender/windowmanager/WM_api.h
@@ -519,6 +519,7 @@ void WM_widget_flag_set(struct wmWidget *widget, const int flag, const bool enab
void WM_widget_set_draw_on_hover_only(struct wmWidget *widget, const bool draw);
void WM_widget_set_scene_depth(struct wmWidget *widget, const bool scene);
void WM_widget_set_scale(struct wmWidget *widget, float scale);
+void WM_widget_set_line_width(struct wmWidget *widget, const float line_width);
struct wmWidgetMapType *WM_widgetmaptype_find(const char *idname, const int spaceid, const int regionid,
const bool is_3d, const bool create);