From 39e44445a61a006c9f6027670f85c42d0fc1964a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 14 Jan 2003 21:27:24 +0000 Subject: [PATCH] Added missing IsChecked method git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/controls.i | 1 + 1 file changed, 1 insertion(+) diff --git a/wxPython/src/controls.i b/wxPython/src/controls.i index 96ca6cb7b4..54ed6ec58a 100644 --- a/wxPython/src/controls.i +++ b/wxPython/src/controls.i @@ -338,6 +338,7 @@ public: %pragma(python) addtomethod = "wxPreCheckBox:val._setOORInfo(val)" bool GetValue(); + bool IsChecked(); void SetValue(const bool state); };