From: Robin Dunn Date: Mon, 16 Apr 2007 19:25:45 +0000 (+0000) Subject: Add wxAPPLY, wxCLOSE X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/927773c764aeed0480749cf6baecd5a741a21bcf Add wxAPPLY, wxCLOSE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_defs.i b/wxPython/src/_defs.i index 1751c9d5e5..a7eab282d9 100644 --- a/wxPython/src/_defs.i +++ b/wxPython/src/_defs.i @@ -552,6 +552,9 @@ enum { wxNO, wxNO_DEFAULT, wxYES_DEFAULT, + wxAPPLY, + wxCLOSE, + wxICON_EXCLAMATION, wxICON_HAND, wxICON_QUESTION,