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 215f3b6 commit 8a38b79Copy full SHA for 8a38b79
doc/users/whats_new/updated_widgets.rst
@@ -0,0 +1,10 @@
1
+Moved ``ignore``, ``set_active``, and ``get_active`` methods to base class ``Widget``
2
+`````````````````````````````````````````````````````````````````````````````````
3
+Pushes up duplicate methods in child class to parent class to avoid duplication of code.
4
+
5
6
+Adds enable/disable feature to MultiCursor
7
+``````````````````````````````````````````
8
+A MultiCursor object can be disabled (and enabled) after it has been created without destroying the object.
9
+Example:
10
+ multi_cursor.active = False
0 commit comments