Make wxPGVFBFlags an unsigned char define instead of wxByte typedef (easier time for wxPython bindings)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -403,7 +403,10 @@ wxPG_VFB_UNDEFINED = 0x80
|
||||
/** @}
|
||||
*/
|
||||
|
||||
typedef wxByte wxPGVFBFlags;
|
||||
// Having this as define instead of wxByte typedef makes things easier for
|
||||
// wxPython bindings (ignoring and redefining it in SWIG interface file
|
||||
// seemed rather tricky)
|
||||
#define wxPGVFBFlags unsigned char
|
||||
|
||||
/**
|
||||
wxPGValidationInfo
|
||||
|
Reference in New Issue
Block a user