Trees | Indices | Help |
---|
|
object --+ | utils.proxy.InstanceDescriptorMixin --+ | object --+ | | | utils.objects.StateMixin --+ | context.Context --+ | GlutWindow
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|||
Global actions | |||
---|---|---|---|
Inherited from Inherited from |
|
|||
cursor | |||
num_children | |||
shape | |||
position | |||
name | |||
window_title | |||
icon_title | |||
close_callback | |||
display_callback | |||
entry_callback | |||
idle_callback | |||
joystick_callback | |||
keyboard_callback | |||
keyboard_up_callback | |||
menu_destroy_callback | |||
menu_state_callback | |||
menu_status_callback | |||
motion_callback | |||
mouse_callback | |||
mouse_wheel_callback | |||
passive_motion_callback | |||
reshape_callback | |||
special_callback | |||
special_up_callback | |||
visibility_callback | |||
window_status_callback | |||
wm_close_callback | |||
Inherited from |
|
Create a new GLUT window. `version` is the OpenGL version to use. It can be either an integer or a (major, minor) tuple. If `compatibility_profile` is `True`, the compatibility profile will be used instead of the core profile. `debug` enables OpenGL debug mode, `forward_compatible` the forward compatibility mode. `shape` and `position` control the initial (height, width) shape and (y, x) position of the window. `index` enables color index mode instead of RGBA. `double` enables double buffering. `accum`, `alpha`, `depth`, and `stencil` enable the corresponding buffers. `multisample` enables multisampling. `stereo` enables stereo buffers. `luminance` enables luminance rendering instead of true RGBA. `name` is the name of the window and its initial title. If `hide` is `True`, the window will initially be hidden.
|
Make the context active. This should be overwritten appropriately by window system dependent subclasses.
|
|
cursors
|
|
cursor
|
num_children
|
shape
|
position
|
name
|
window_title
|
icon_title
|
close_callback
|
display_callback
|
entry_callback
|
idle_callback
|
joystick_callback
|
keyboard_callback
|
keyboard_up_callback
|
menu_destroy_callback
|
menu_state_callback
|
menu_status_callback
|
motion_callback
|
mouse_callback
|
mouse_wheel_callback
|
passive_motion_callback
|
reshape_callback
|
special_callback
|
special_up_callback
|
visibility_callback
|
window_status_callback
|
wm_close_callback
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Mar 16 17:56:03 2012 | http://epydoc.sourceforge.net |