widget without gtk_style_set_background ?
- From: "I.S.Kuten" <i kuten sam-solutions net>
- To: gtk-list gnome org
- Subject: widget without gtk_style_set_background ?
- Date: Thu, 13 Mar 2003 10:54:36 +0200
I have several widgets ( DrawingArea , GtkWindow ) where other X apps ( xawtv, SDL ) redirects their output
via GDK_WINDOW_XWINDOW.
I have a problem that after realizing this widgets draw background ( i think via hardcoded gtk_style_set_background ) which
destroys image drawn by X app.
I tried to connect to expose,focus,configure event and refresh state of X-app , but it doesn't help me .
It's get refreshed but widget draws its background again , and again destroys my image.
Any suggestions , what event I should connect ? or should I use another kind of widget ( with no/transparent background)?
Now I have ugly workaround with gtk_timer , in timeout handler i'm doing refresh , but it's not a solution :-( .
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]