2.9 changes doc

Robin,

The text for MouseState could probably be a bit clarified.

Currently:
More methods and properties moved from wx.MouseEvent to the wx.MouseState base class. Same for wx.KeyEvent and wx.KeyboardState, which is used to hold modifier key states, and which is also a base class of wx.MouseState.

Suggested:
More methods and properties moved from wx.MouseEvent to the wx.MouseState base class. Same for wx.KeyEvent and wx.KeyboardState, which is used to hold modifier key states, and which is also a base class of wx.MouseState. Note that properties rightDown, leftDown and middleDown have been changed to rightIsDown, leftIsDown and middleIsDown.

Or something along those lines.

Werner

Thanks.

···

On 2/2/11 11:28 PM, werner wrote:

Suggested:
More methods and properties moved from wx.MouseEvent to the
wx.MouseState base class. Same for wx.KeyEvent and wx.KeyboardState,
which is used to hold modifier key states, and which is also a base
class of wx.MouseState. Note that properties rightDown, leftDown and
middleDown have been changed to rightIsDown, leftIsDown and middleIsDown.

--
Robin Dunn
Software Craftsman

is there a way to get the unstable snapshots of wxpython-2.9 in *.deb packages for ubuntu ?

thx in advance

         Arturo

···

Il 04/02/2011 19:22, Robin Dunn ha scritto:

On 2/2/11 11:28 PM, werner wrote:

Suggested:
More methods and properties moved from wx.MouseEvent to the
wx.MouseState base class. Same for wx.KeyEvent and wx.KeyboardState,
which is used to hold modifier key states, and which is also a base
class of wx.MouseState. Note that properties rightDown, leftDown and
middleDown have been changed to rightIsDown, leftIsDown and middleIsDown.

Thanks.

Not without some extra work. The wxWidgets/wxPython build scripts in the source tree's /debian folder have not been worked on much in the 2.9 tree and I expect that they are way out of date currently. There was somebody who stepped up and said that he would maintain them and then he vanished.

Probably the best course of action would be to contact the current debian wx maintainer and see what their plans are. Or even better would be to take the Ubuntu wx build files for 2.8.11, port them to 2.9 and then send patches to the maintainers to give them something to start with.

···

On 2/20/11 4:56 PM, Arturo Rinaldi wrote:

Il 04/02/2011 19:22, Robin Dunn ha scritto:

On 2/2/11 11:28 PM, werner wrote:

Suggested:
More methods and properties moved from wx.MouseEvent to the
wx.MouseState base class. Same for wx.KeyEvent and wx.KeyboardState,
which is used to hold modifier key states, and which is also a base
class of wx.MouseState. Note that properties rightDown, leftDown and
middleDown have been changed to rightIsDown, leftIsDown and
middleIsDown.

Thanks.

is there a way to get the unstable snapshots of wxpython-2.9 in *.deb
packages for ubuntu ?

--
Robin Dunn
Software Craftsman