File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
(unrelated to INPUT_GRABBED).
44
44
:param bool always_on_top: Create a window that is always presented above
45
45
others.
46
- :param bool utility: Create a window that doesn't appear in the task- bar.
46
+ :param bool utility: Create a window that doesn't appear in the task bar.
47
47
48
48
Event behavior if one Window is created: When the close button is pressed,
49
49
the ``QUIT `` event will be sent to the event queue.
292
292
293
293
.. attribute :: utility
294
294
295
- | :sl:`Get if the windos is an utility window`
295
+ | :sl:`Get if the windos is an utility window (**read-only**) `
296
296
| :sg:`utility -> bool`
297
297
298
298
``True `` if the window doesn't appear in the task bar, ``False `` otherwise.
299
- This only works for X11 and Windows, for other platforms, creating ``Window(utility=True) `` won't do anything.
299
+ This only works for X11 and Windows, for other platforms, creating ``Window(utility=True) `` won't change anything.
300
300
301
301
.. versionadded :: TBD
302
302
You can’t perform that action at this time.
0 commit comments