llancet has asked for the wisdom of the Perl Monks concerning the following question:

In Tk, the objects drawn in canvas have mechanism to answer with user interactions, such as mouse clicking and drag&drop. Now I'm attempting to replace Tk with Wx, and I failed to find how to achieve the interaction above from Wx's documentation. Does Wx has similiar implementation?
Thanks!
  • Comment on WxPerl: How to create interactive shape

Replies are listed 'Best First'.
Re: WxPerl: How to create interactive shape
by Anonymous Monk on Oct 07, 2009 at 06:25 UTC
      But is there any way not to use OpenGL?