>From what I remember, the button press events are redirected to the panel
when you add the widget to the applet with AppletWidget.add(). I think if
you do something like:
a = AppletWidget('something')
box = GtkVBox()
a.add(box) # box's events get redirected to panel
widget = GtkSomething()
box.pack_start(widget) # widget's events do not get redirected
It has to do with the order of adding widgets.
James.
--
Email: [EMAIL PROTECTED]
WWW: http://www.daa.com.au/~james/
On 1 Nov 1999, Hrvoje Niksic wrote:
> Is there a way for a panel applet to have control of button2 clicks.
> Normally, when button2 is pressed, the applet is moved. However, I
> *really* want my applet to respond to button2 clicks.
>
> Any ideas?
> To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
>
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]