From 7913a4a0090361fc47169168fe9feef61730194d Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sat, 11 Oct 2003 00:21:05 +0000 Subject: - added method to have a preview render in panel - increased size of preview from 100 to 125 pix :) - put back header buttons for databrowse, but they need to move to buttonswindow itself --- source/blender/include/BIF_interface.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/blender/include/BIF_interface.h') diff --git a/source/blender/include/BIF_interface.h b/source/blender/include/BIF_interface.h index 578ee41020e..ca1dd0ce39a 100644 --- a/source/blender/include/BIF_interface.h +++ b/source/blender/include/BIF_interface.h @@ -46,6 +46,10 @@ void uiRoundBox(float minx, float miny, float maxx, float maxy, float rad); void uiSetRoundBox(int type); void uiRoundRect(float minx, float miny, float maxx, float maxy, float rad); +void uiPanelPush(uiBlock *block); +void uiPanelPop(uiBlock *block); +uiBlock *uiFindOpenPanelBlockName(ListBase *lb, char *name); + void uiDrawMenuBox(float minx, float miny, float maxx, float maxy); void uiTextBoundsBlock(uiBlock *block, int addval); void uiBoundsBlock(struct uiBlock *block, int addval); @@ -136,6 +140,7 @@ void uiBlockSetButmFunc (uiBlock *block, void (*butmfunc)(void *arg, int but_a2) void uiBlockSetFunc (uiBlock *block, void (*func)(void *arg1, void *arg2), void *arg1, void *arg2); void uiButSetFunc (uiBut *but, void (*func)(void *arg1, void *arg2), void *arg1, void *arg2); +void uiBlockSetDrawExtraFunc(uiBlock *block, void (*func)()); short pupmenu(char *instr); short pupmenu_col(char *instr, int maxrow); -- cgit v1.2.3