hi,

Wolfman wrote:
> Does someone know how can draw a simple rectangle over other widgets  or a
> complete window?
> Cause iam trying to write a window splitting system but i dont know how to
> draw this rectangle...:(
>
> best regards..
>   

you can subclass the widget, override the _expose_event() call parent
implementation and then draw over using normal gdk drawing functions.

Stefan

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to