You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param icon: Same as Window icon parameter. Can be either a filename or Base64 byte string. For Windows if filename, it MUST be ICO format. For Linux, must NOT be ICO
22476
22476
:type icon: str | bytes
22477
22477
:param no_buffering: If True then no buffering will be used for the GIF. May work better if you have a large animation
22478
-
:type no_buffering: (str)
22478
+
:type no_buffering: (bool)
22479
22479
:return: True if the window updated OK. False if the window was closed
| str | transparent_color | This color will be completely see-through in your window. Can even click through |
16926
16927
| str | title | Title that will be shown on the window |
16927
16928
| str or bytes | icon | Same as Window icon parameter. Can be either a filename or Base64 byte string. For Windows if filename, it MUST be ICO format. For Linux, must NOT be ICO |
16929
+
| bool | no_buffering | If True then no buffering will be used for the GIF. May work better if you have a large animation |
16928
16930
| bool | **RETURN** | True if the window updated OK. False if the window was closed
| str | transparent_color | This color will be completely see-through in your window. Can even click through |
18010
18013
| str | title | Title that will be shown on the window |
18011
18014
| str or bytes | icon | Same as Window icon parameter. Can be either a filename or Base64 byte string. For Windows if filename, it MUST be ICO format. For Linux, must NOT be ICO |
18015
+
| bool | no_buffering | If True then no buffering will be used for the GIF. May work better if you have a large animation |
18012
18016
| bool | **RETURN** | True if the window updated OK. False if the window was closed
18013
18017
18014
18018
Display a Popup without a titlebar. Enables grab anywhere so you can move it
| str | transparent_color | This color will be completely see-through in your window. Can even click through |
2051
2052
| str | title | Title that will be shown on the window |
2052
2053
| str or bytes | icon | Same as Window icon parameter. Can be either a filename or Base64 byte string. For Windows if filename, it MUST be ICO format. For Linux, must NOT be ICO |
2054
+
| bool | no_buffering | If True then no buffering will be used for the GIF. May work better if you have a large animation |
2053
2055
| bool | **RETURN** | True if the window updated OK. False if the window was closed
2054
2056
2055
2057
***To close animated popups***, call PopupAnimated with `image_source=None`. This will close all of the currently open PopupAnimated windows.
| str | transparent_color | This color will be completely see-through in your window. Can even click through |
16926
16927
| str | title | Title that will be shown on the window |
16927
16928
| str or bytes | icon | Same as Window icon parameter. Can be either a filename or Base64 byte string. For Windows if filename, it MUST be ICO format. For Linux, must NOT be ICO |
16929
+
| bool | no_buffering | If True then no buffering will be used for the GIF. May work better if you have a large animation |
16928
16930
| bool | **RETURN** | True if the window updated OK. False if the window was closed
| str | transparent_color | This color will be completely see-through in your window. Can even click through |
18010
18013
| str | title | Title that will be shown on the window |
18011
18014
| str or bytes | icon | Same as Window icon parameter. Can be either a filename or Base64 byte string. For Windows if filename, it MUST be ICO format. For Linux, must NOT be ICO |
18015
+
| bool | no_buffering | If True then no buffering will be used for the GIF. May work better if you have a large animation |
18012
18016
| bool | **RETURN** | True if the window updated OK. False if the window was closed
18013
18017
18014
18018
Display a Popup without a titlebar. Enables grab anywhere so you can move it
| str | transparent_color | This color will be completely see-through in your window. Can even click through |
2051
2052
| str | title | Title that will be shown on the window |
2052
2053
| str or bytes | icon | Same as Window icon parameter. Can be either a filename or Base64 byte string. For Windows if filename, it MUST be ICO format. For Linux, must NOT be ICO |
2054
+
| bool | no_buffering | If True then no buffering will be used for the GIF. May work better if you have a large animation |
2053
2055
| bool | **RETURN** | True if the window updated OK. False if the window was closed
2054
2056
2055
2057
***To close animated popups***, call PopupAnimated with `image_source=None`. This will close all of the currently open PopupAnimated windows.
0 commit comments