Re: GTK+ Draw a Rectangle over other widgets?



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




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