Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3351bb0 commit 2eeaae8Copy full SHA for 2eeaae8
1 file changed
doc/users/next_whats_new/widget_blitting.rst
@@ -0,0 +1,7 @@
1
+Blitting in Button widgets
2
+--------------------------
3
+
4
+The `.Button`, `.CheckButtons`, and `.RadioButtons` widgets now support
5
+blitting for faster rendering, on backends that support it, by passing
6
+``useblit=True`` to the constructor. Blitting is enabled by default on
7
+supported backends.
0 commit comments