Flag changes in CVS HEAD

Hi all,

While going through and testing CVS HEAD, I came across some errors related to flags. There is a missing "wx.FIXED_SIZE", which isn't too surprising, although it should be wrapped if it's showing up in the demo already.

More surprising were that wx.DIALOG_MODAL and wx.NO_3D were showing up as missing. I've seen some messages floating around wxDev about changes to at least the DIALOG_MODAL flag, but these should become no-op flags rather than be removed if they are no longer needed. Of course, I know I'm in CVS HEAD which is under construction, but I thought I'd point this out in case these were supposed to be working.

Thanks,

Kevin

Kevin Ollivier wrote:

Hi all,

While going through and testing CVS HEAD, I came across some errors related to flags. There is a missing "wx.FIXED_SIZE", which isn't too surprising, although it should be wrapped if it's showing up in the demo already.

More surprising were that wx.DIALOG_MODAL and wx.NO_3D were showing up as missing. I've seen some messages floating around wxDev about changes to at least the DIALOG_MODAL flag, but these should become no-op flags rather than be removed if they are no longer needed. Of course, I know I'm in CVS HEAD which is under construction, but I thought I'd point this out in case these were supposed to be working.

They've already been taken care of, but it's been a while since I reSWIGged on all the platforms and checked in.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!