Re: how to make sure this thing is drawn



>  I am trying to paint things on the cover.
>  I use gdk_draw_rectangle but nothing is displayed.

If your cover is an InputOnly window, then you cannot draw on it.  You
should use the (InputOutput) parent window of your child, and use the
GDK_INCLUDE_INFERIORS flag for the subwindow drawing mode in your GC.

  Federico



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