From 4602fd385823bff2a50ba990cc03569090478a42 2015-03-23 21:06:51 From: Jonathan Frederic Date: 2015-03-23 21:06:51 Subject: [PATCH] Merge pull request #8123 from jdfreder/valid-widg-whatsnew Add whatsnew for Valid widget. --- diff --git a/docs/source/whatsnew/pr/valid-widget.rst b/docs/source/whatsnew/pr/valid-widget.rst new file mode 100644 index 0000000..feed836 --- /dev/null +++ b/docs/source/whatsnew/pr/valid-widget.rst @@ -0,0 +1 @@ +Added a ``Valid`` widget which inherits the ``_Bool`` widget and displays a green checkmark or red cross depending on the truth of ``.value``.