rob wrote:
> I have a heirarchy of widgets:
>
> RadioButton
>     AspectFrame
>        OpenGL video    <- homebrew opengl widget.
>
> I have noticed that the RadioButton gets clicks when I click anywhere 
> inside the radio button but outside the OpenGL video.    Is there a way 
> for me to be able to click anywhere, including inside the OpenGL video 
> widget, and have the RadioButton react to the click?
>
> Thanks in advance,
>
> Rob Stoddard
>
>   
Maybe an EventBox might work.  See 
http://www.gtkmm.org/docs/gtkmm-2.4/docs/reference/html/classGtk_1_1EventBox.html.

-- 
José Alburquerque
[EMAIL PROTECTED]

_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to