From 91240f15c54632409da3f09d1c3eb40e6f66e52d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 20 Dec 2018 11:59:31 +1100 Subject: UI: add UILayout.direction Read only attribute, needed for introspection. --- source/blender/editors/include/UI_interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h index 80ac5e72868..31956877d1b 100644 --- a/source/blender/editors/include/UI_interface.h +++ b/source/blender/editors/include/UI_interface.h @@ -1003,6 +1003,7 @@ void uiLayoutSetUnitsY(uiLayout *layout, float unit); void uiLayoutSetEmboss(uiLayout *layout, char emboss); void uiLayoutSetPropSep(uiLayout *layout, bool is_sep); void uiLayoutSetPropDecorate(uiLayout *layout, bool is_sep); +int uiLayoutGetLocalDir(const uiLayout *layout); int uiLayoutGetOperatorContext(uiLayout *layout); bool uiLayoutGetActive(uiLayout *layout); -- cgit v1.2.3