From f729cbdf52e2463161321b89e7e34290f442e89e Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 12 Oct 2003 19:46:17 +0000 Subject: - added radiobuttons - cleaned unused calls and defines --- source/blender/include/BIF_interface.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (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 5cc4e0decf9..8f65505443f 100644 --- a/source/blender/include/BIF_interface.h +++ b/source/blender/include/BIF_interface.h @@ -144,16 +144,15 @@ short pupmenu_col(char *instr, int maxrow); extern void uiFreePanels(struct ListBase *lb); extern void uiNewPanelTabbed(char *, char *); extern int uiNewPanel(struct ScrArea *sa, struct uiBlock *block, char *panelname, char *tabname, int ofsx, int ofsy, int sizex, int sizey); -extern void uiScalePanelBlock(struct uiBlock *block); -extern int uiIsPanelClosed(struct uiBlock *block); -extern void uiAnimatePanels(struct ScrArea *sa); + extern void uiSetPanel_view2d(struct ScrArea *sa); +extern void uiMatchPanel_view2d(struct ScrArea *sa); + extern void uiDrawBlocksPanels(struct ScrArea *sa, int re_align); extern void uiNewPanelHeight(struct uiBlock *block, int sizey); void uiPanelPush(uiBlock *block); void uiPanelPop(uiBlock *block); extern uiBlock *uiFindOpenPanelBlockName(ListBase *lb, char *name); -extern void uiMatchPanel_view2d(struct ScrArea *sa); extern int uiAlignPanelStep(struct ScrArea *sa, float fac); -- cgit v1.2.3