Author Topic: wxSmith again  (Read 2240 times)

Offline nime1

  • Multiple posting newcomer
  • *
  • Posts: 22
wxSmith again
« on: March 14, 2010, 08:43:00 pm »
Hello,
I dont know if this is a propper place for such post so if not, please - move me (as usually).

I'm still fighting with wxSmith.
Through design time wxSmith offer some events for components and regarding of choice he writes code what works fine.
Question is for TextCtrl. There are offered 4 events EVT_TEXT...
But what with MouseOver, KeyPress, KeyRelease, PressedChar and such which I found on wxPanel in back of TextCtrl.
Is here a way to get those events to TextCtrl with wxSmith without manually writing code?