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>2014-02-11 17:08:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-02-11 17:08:54 +0400
commit4bf4c4111e63466c42987e185d8f2e09d7b17186 (patch)
tree8d8e329932bfdaf3e940fb7394a267b7bb8a58a5 /source/blender/editors/include/UI_interface.h
parentc0a13322cdea417885ce9f88d0b42ff0ef62483c (diff)
Own recent removal of string encoded menus missed render layers/passes
Diffstat (limited to 'source/blender/editors/include/UI_interface.h')
-rw-r--r--source/blender/editors/include/UI_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index 71d55c73faa..1dbef0ba014 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -440,6 +440,8 @@ void uiButClearFlag(uiBut *but, int flag);
void uiButSetDrawFlag(uiBut *but, int flag);
void uiButClearDrawFlag(uiBut *but, int flag);
+void uiButSetMenuFromPulldown(uiBut *but);
+
/* special button case, only draw it when used actively, for outliner etc */
bool uiButActiveOnly(const struct bContext *C, struct ARegion *ar, uiBlock *block, uiBut *but);