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:
authorWillian Padovani Germano <wpgermano@gmail.com>2003-07-22 04:27:03 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2003-07-22 04:27:03 +0400
commitde608898659ea46b1c8dd590cfcd405dc85ccb3f (patch)
tree00ce951d22fea2bd15725325b3e26e104636aa3b /source/blender/python/api2_2x/doc/Window.py
parent9a5cf3cb6679c111794856f038231eab1976826e (diff)
Exppython docs:
- Updates and fixes to the documentation files, only, no code involved.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Window.py')
-rw-r--r--source/blender/python/api2_2x/doc/Window.py18
1 files changed, 17 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/doc/Window.py b/source/blender/python/api2_2x/doc/Window.py
index c4a3bf9d67d..b2d2d8ba0a3 100644
--- a/source/blender/python/api2_2x/doc/Window.py
+++ b/source/blender/python/api2_2x/doc/Window.py
@@ -50,11 +50,27 @@ DrawProgressBar::
DrawProgressBar (1.0, "Finished loading")
+
+@type Types: readonly dictionary
+@var Types: The available Window Types.
+ - VIEW3D
+ - IPO
+ - OOPS
+ - BUTS
+ - FILE
+ - IMAGE
+ - INFO
+ - SEQ
+ - IMASEL
+ - SOUND
+ - ACTION
+ - TEXT
+ - NLA
"""
def Redraw ():
"""
- Force a redraw of a specific Window Type (see Window.Types).
+ Force a redraw of a specific Window Type (see L{Types}).
"""
def RedrawAll ():