To Robin Dunn

Chester wrote:

Robin, I have asked Julian Smart if he could make wx.CENTER but he said that it already exists (besides wx.CENTRE that is). However, there's no wx.CENTER in wxPython. Can you make it, please?

It has been there for at least nine years according to the SVN logs, probably more.

  Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] on win32
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import wx
  >>> wx.version()
  '2.8.7.1 (msw-unicode)'
  >>> wx.CENTER
  1

···

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