From 927773c764aeed0480749cf6baecd5a741a21bcf Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 16 Apr 2007 19:25:45 +0000 Subject: [PATCH] Add wxAPPLY, wxCLOSE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_defs.i | 3 +++ 1 file changed, 3 insertions(+) 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,