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:
authorRob Haarsma <phaseIV@zonnet.nl>2003-05-07 07:00:11 +0400
committerRob Haarsma <phaseIV@zonnet.nl>2003-05-07 07:00:11 +0400
commitd279fc6c4588990a28d55e6db9791e3d125b564b (patch)
treee3081c9befc477d7f8a1399d572cabb27bf43492 /source/blender/include/BIF_interface.h
parent7d4f1fe249a1972c25f6e48723e54474ebe902ed (diff)
pulldown menus now scale according to textwidths
Diffstat (limited to 'source/blender/include/BIF_interface.h')
-rw-r--r--source/blender/include/BIF_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_interface.h b/source/blender/include/BIF_interface.h
index 4246583e58c..0b57955be79 100644
--- a/source/blender/include/BIF_interface.h
+++ b/source/blender/include/BIF_interface.h
@@ -44,6 +44,7 @@ extern int UIfrontbuf;
void uiEmboss(float x1, float y1, float x2, float y2, int sel);
void uiDrawMenuBox(float minx, float miny, float maxx, float maxy);
+void uiTextBoundsBlock(uiBlock *block, int addval);
void uiBoundsBlock(struct uiBlock *block, int addval);
void uiDrawBlock(struct uiBlock *block);
void uiGetMouse(int win, short *adr);