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:
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 ():