wxSashWindow Event

Eric Jensen ml at j-dev.de
Wed May 7 04:07:44 PDT 2008


DG> wxEVT_SASH_DRAGGED_RANGE is not defined which I need to dynamicly connect to it.
DG> Bug?
No, it's also wxEVT_SASH_DRAGGED, you just use the connect call that
takes 'id' and 'lastId' as parameters.

http://docs.wxwidgets.org/stable/wx_wxevthandler.html#wxevthandlerconnect

Eric



More information about the wx-users mailing list