From: Mattia B. <mat...@li...> - 2006-11-16 19:51:06
|
On Thu, 16 Nov 2006 03:52:16 -0800 (PST) Ruben Vareljyan <pc_...@ya...> wrote: Hi, > Please could one of you show me an exampe. How can I move shaped window? > Please Help!!! I do not have Perl code, but the wxWidgets shaped window example [1] uses $window->CaptureMouse on left down, then in the mouse move event, moves the window (using $window->Move) to the pointer's coordinate if $event->Dragging && $event->LeftIsDown. > For Bitmap Polygon I have no words. ;P > Still does not work :-( Could you explain in some more detail? Example code and what you expect it to do would be welcome. Regards Mattia [1] http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/samples/shaped/shaped.cpp?rev=1.11&content-type=text/vnd.viewcvs-markup |