Użytkownik Ed Leafe napisał:
>       I don't really know why that should work, since _initEvents() is what
> binds the button events, and if you override it, you will not have
> events to respond to.
>
>    

Native wx.SearchCtrl events works too:

     def _initEvents(self):
         self.Bind(wx.EVT_SEARCHCTRL_SEARCH_BTN, 
self.__onWxSearchBtnPressed)
         self.Bind(wx.EVT_SEARCHCTRL_CANCEL_BTN, 
self.__onWxCancelBtnPressed)


-- 
Regards
Jacek Kałucki


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to