wxpython wx.EVT_LEFT_DOWN -


hey general wxpython mouseevent question.. if in wx.evt_left_down handler , suppose other mouse event in wx if dont call event.skip() window goes buggy , clicks dont register other widgets. event.skip() must every mouse event in wx? thanks

no, event.skip() isn't required. point of allow parents receive event. if want parents receive event, use event.skip(), if don't, don't use it; depends on application. see this link.

one thing keep in mind (for generalization of question) event propagation different wx.event , wx.commandevent. see this link more.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -