added wxAPPLY and wxCLOSE flags to CreateStdDialogButtonSizer() (Marcin Wojdyr)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1653,6 +1653,8 @@ enum wxBorder
|
||||
#define wxNO 0x00000008
|
||||
#define wxYES_NO (wxYES | wxNO)
|
||||
#define wxCANCEL 0x00000010
|
||||
#define wxAPPLY 0x00000020
|
||||
#define wxCLOSE 0x00000040
|
||||
|
||||
#define wxYES_DEFAULT 0x00000000 /* has no effect (default) */
|
||||
#define wxNO_DEFAULT 0x00000080
|
||||
|
Reference in New Issue
Block a user