Skip to content

Commit

Permalink
Docs: convert_window_coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Oct 19, 2020
1 parent fabf5c5 commit da5bce0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/context/basewindow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Methods
.. automethod:: BaseWindow.resize
.. automethod:: BaseWindow.destroy
.. automethod:: BaseWindow.set_default_viewport
.. automethod:: BaseWindow.convert_window_coordinates
.. automethod:: BaseWindow.print_context_info

Attributes
Expand Down
1 change: 1 addition & 0 deletions docs/reference/context/glfw.window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Methods
.. automethod:: Window.destroy
.. automethod:: Window.set_default_viewport
.. automethod:: Window.print_context_info
.. automethod:: Window.convert_window_coordinates

Attributes
----------
Expand Down
1 change: 1 addition & 0 deletions docs/reference/context/headless.window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Methods
.. automethod:: Window.resize
.. automethod:: Window.destroy
.. automethod:: Window.set_default_viewport
.. automethod:: Window.convert_window_coordinates
.. automethod:: Window.print_context_info

Attributes
Expand Down
1 change: 1 addition & 0 deletions docs/reference/context/pyglet.window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Methods
.. automethod:: Window.resize
.. automethod:: Window.destroy
.. automethod:: Window.set_default_viewport
.. automethod:: Window.convert_window_coordinates
.. automethod:: Window.print_context_info

Window Specific Methods
Expand Down
1 change: 1 addition & 0 deletions docs/reference/context/pyqt5.window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Methods
.. automethod:: Window.resize
.. automethod:: Window.destroy
.. automethod:: Window.set_default_viewport
.. automethod:: Window.convert_window_coordinates
.. automethod:: Window.print_context_info

Window Specific Methods
Expand Down
1 change: 1 addition & 0 deletions docs/reference/context/pyside2.window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Methods
.. automethod:: Window.resize
.. automethod:: Window.destroy
.. automethod:: Window.set_default_viewport
.. automethod:: Window.convert_window_coordinates
.. automethod:: Window.print_context_info

Window Specific Methods
Expand Down
1 change: 1 addition & 0 deletions docs/reference/context/sdl2.window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Methods
.. automethod:: Window.resize
.. automethod:: Window.destroy
.. automethod:: Window.set_default_viewport
.. automethod:: Window.convert_window_coordinates
.. automethod:: Window.print_context_info

Window Specific Methods
Expand Down

0 comments on commit da5bce0

Please sign in to comment.