custom slider and register events

Yes, it exist
wx.wxEVT_NOTEBOOK_PAGE_CHANGED

use IPython console.

···

----- Original Message ----
From: Timothy Grant timothy.grant@gmail.com
To: wxpython-users@lists.wxwidgets.org
Sent: Thursday, August 7, 2008 12:49:59 AM
Subject: Re: [wxpython-users] custom slider and register events

On Wed, Aug 6, 2008 at 11:29 AM, Cody Precord codyprecord@gmail.com wrote:

  1. When constructing an event object you need to pass an event type (i.e
    wx.wxEVT_, not wx.EVT_),
    See line 80 in your sample.

Cody,

Does every Event (e.g., wx.EVT_) have an EventType analog (e.g.,
wx.wxEVT_
) If so, where do I find them?

I’m trying to create a Notebook event for a unittest, but
wx.wxEVT_NOTEBOOK_PAGE_CHANGED doesn’t appeart to exist.


Stand Fast,
tjg. [Timothy Grant]


wxpython-users mailing list
wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

Prashant Saxena wrote:

Yes, it exist
wx.wxEVT_NOTEBOOK_PAGE_CHANGED

use IPython console.

I don't see it here in 2.8.7.1 or 2.8.8.1, only wx.EVT_NOTEBOOK_PAGE_CHANGED.

- Mike