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
path: root/doc
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2003-11-21 16:16:04 +0300
committerTon Roosendaal <ton@blender.org>2003-11-21 16:16:04 +0300
commitfe46c648e285af6f1c0dda1c6da144f6bbcac56c (patch)
tree257a088346197ced46cb946e8d960f7f2e6eb2aa /doc
parentdfc72b3f90644d28151f9fc8c8c27f7c9c56dcd7 (diff)
fix for description of UI_BLOCK_RET_1.
Diffstat (limited to 'doc')
-rw-r--r--doc/interface_API.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/interface_API.txt b/doc/interface_API.txt
index 63077aee63d..a05bfad56ab 100644
--- a/doc/interface_API.txt
+++ b/doc/interface_API.txt
@@ -237,7 +237,7 @@ used elsewhere by toolbox.c, so it can be considered 'internal' somewhat.
void uiBlockSetFlag(uiBlock *block, int flag) /* block types, can be 'OR'ed */
UI_BLOCK_LOOP 1 a sublooping block, drawn in frontbuffer, i.e. menus
UI_BLOCK_REDRAW 2 block needs a redraw
- UI_BLOCK_RET_1 4 if block is closed, returns 1 if it was closed "OK"
+ UI_BLOCK_RET_1 4 block is closed when an event happens with value '1' (press key, not for mouse)
UI_BLOCK_BUSY 8 internal
UI_BLOCK_NUMSELECT 16 keys 1-2-...-9-0 can be used to select items
UI_BLOCK_ENTER_OK 32 enter key closes block with "OK"