Skip to content

Commit

Permalink
Add missing window members to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Apr 5, 2024
1 parent 712f252 commit c6f9b3f
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/reference/context/basewindow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Methods
.. automethod:: BaseWindow.init_mgl_context
.. automethod:: BaseWindow.is_key_pressed
.. automethod:: BaseWindow.set_icon
.. automethod:: BaseWindow.show
.. automethod:: BaseWindow.hide
.. automethod:: BaseWindow.close
.. automethod:: BaseWindow.use
.. automethod:: BaseWindow.clear
Expand All @@ -34,6 +36,8 @@ Attributes
.. autoattribute:: BaseWindow.headless
.. autoattribute:: BaseWindow.fbo
.. autoattribute:: BaseWindow.title
.. autoattribute:: BaseWindow.visible
.. autoattribute:: BaseWindow.hidden
.. autoattribute:: BaseWindow.exit_key
.. autoattribute:: BaseWindow.fullscreen_key
.. autoattribute:: BaseWindow.gl_version
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/context/glfw.window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Methods
.. automethod:: Window.__init__
.. automethod:: Window.init_mgl_context
.. automethod:: Window.is_key_pressed
.. automethod:: Window.show
.. automethod:: Window.hide
.. automethod:: Window.set_icon
.. automethod:: Window.close
.. automethod:: Window.use
Expand All @@ -30,6 +32,8 @@ Attributes
.. autoattribute:: Window.keys
:annotation:
.. autoattribute:: Window.ctx
.. autoattribute:: Window.visible
.. autoattribute:: Window.hidden
.. autoattribute:: Window.backend
.. autoattribute:: Window.headless
.. autoattribute:: Window.fbo
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/context/headless.window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Methods
.. automethod:: Window.__init__
.. automethod:: Window.init_mgl_context
.. automethod:: Window.is_key_pressed
.. automethod:: Window.show
.. automethod:: Window.hide
.. automethod:: Window.set_icon
.. automethod:: Window.close
.. automethod:: Window.use
Expand All @@ -30,6 +32,8 @@ Attributes
.. autoattribute:: Window.keys
:annotation:
.. autoattribute:: Window.ctx
.. autoattribute:: Window.visible
.. autoattribute:: Window.hidden
.. autoattribute:: Window.backend
.. autoattribute:: Window.headless
.. autoattribute:: Window.fbo
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/context/pyglet.window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Methods
.. automethod:: Window.__init__
.. automethod:: Window.init_mgl_context
.. automethod:: Window.is_key_pressed
.. automethod:: Window.show
.. automethod:: Window.hide
.. automethod:: Window.set_icon
.. automethod:: Window.close
.. automethod:: Window.use
Expand Down Expand Up @@ -47,6 +49,8 @@ Attributes
.. autoattribute:: Window.keys
:annotation:
.. autoattribute:: Window.ctx
.. autoattribute:: Window.visible
.. autoattribute:: Window.hidden
.. autoattribute:: Window.backend
.. autoattribute:: Window.headless
.. autoattribute:: Window.fbo
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/context/pyqt5.window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Methods
.. automethod:: Window.__init__
.. automethod:: Window.init_mgl_context
.. automethod:: Window.is_key_pressed
.. automethod:: Window.show
.. automethod:: Window.hide
.. automethod:: Window.set_icon
.. automethod:: Window.close
.. automethod:: Window.use
Expand Down Expand Up @@ -43,6 +45,8 @@ Attributes
.. autoattribute:: Window.keys
:annotation:
.. autoattribute:: Window.ctx
.. autoattribute:: Window.visible
.. autoattribute:: Window.hidden
.. autoattribute:: Window.backend
.. autoattribute:: Window.headless
.. autoattribute:: Window.fbo
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/context/pyside2.window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Methods
.. automethod:: Window.__init__
.. automethod:: Window.init_mgl_context
.. automethod:: Window.is_key_pressed
.. automethod:: Window.show
.. automethod:: Window.hide
.. automethod:: Window.set_icon
.. automethod:: Window.close
.. automethod:: Window.use
Expand Down Expand Up @@ -43,6 +45,8 @@ Attributes
.. autoattribute:: Window.keys
:annotation:
.. autoattribute:: Window.ctx
.. autoattribute:: Window.visible
.. autoattribute:: Window.hidden
.. autoattribute:: Window.backend
.. autoattribute:: Window.headless
.. autoattribute:: Window.fbo
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/context/sdl2.window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Methods
.. automethod:: Window.__init__
.. automethod:: Window.init_mgl_context
.. automethod:: Window.is_key_pressed
.. automethod:: Window.show
.. automethod:: Window.hide
.. automethod:: Window.set_icon
.. automethod:: Window.close
.. automethod:: Window.use
Expand All @@ -35,6 +37,8 @@ Attributes
.. autoattribute:: Window.keys
:annotation:
.. autoattribute:: Window.ctx
.. autoattribute:: Window.visible
.. autoattribute:: Window.hidden
.. autoattribute:: Window.backend
.. autoattribute:: Window.headless
.. autoattribute:: Window.fbo
Expand Down

0 comments on commit c6f9b3f

Please sign in to comment.