paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-users] circle bounded widget


From: Holger Scherl
Subject: [paragui-users] circle bounded widget
Date: Sun, 08 Dec 2002 02:46:46 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020913 Debian/1.1-1

I need a widget in form of a circle which changes its image when you move your mouse over it. The problem is that PG_Widget is in fact a rectangle and not circle bounded. Therefore the widget already changes when you move your mouse in the rectangle region although it should not!

My idea to inherit from PG_Widget class and overwrite the AcceptEvent is not practible because there I need access to my_internaldata. Unfortunately it is private in PG_Widget and not accessible in an inherited class.

Do you know a solution to my problem?

Thanks,
Holger.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]