Skip to content

Commit

Permalink
Add a note in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
gresm committed Nov 19, 2024
1 parent 11773ae commit 9da9046
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/reST/ref/window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
(unrelated to INPUT_GRABBED).
:param bool always_on_top: Create a window that is always presented above
others.
:param bool utility: Create a window that doesn't appear in the task-bar .
:param bool utility: Create a window that doesn't appear in the task-bar.

Event behavior if one Window is created: When the close button is pressed,
the ``QUIT`` event will be sent to the event queue.
Expand Down Expand Up @@ -295,7 +295,8 @@
| :sl:`Get if the windos is an utility window`
| :sg:`utility -> bool`
``True`` if the window doesn't appear in the task bar, ``False`` otherwise
``True`` if the window doesn't appear in the task bar, ``False`` otherwise.
This only works for X11 and Windows, for other platforms, creating ``Window(utility=True)`` won't do anything.

.. versionadded:: TBD

Expand Down

0 comments on commit 9da9046

Please sign in to comment.