How to retrive GtkWindow Inside GtkEventBox?

Posted by PP on Stack Overflow See other posts from Stack Overflow or by PP
Published on 2010-04-20T05:35:16Z Indexed on 2010/04/20 7:03 UTC
Read the original article Hit count: 135

Filed under:
|

I want to retrieve GtkWindow inside GtkEventBox.
So I used event_box->window, it is not giving any error but i am getting error GTK_IS_WINDOW fails.

or do i have to do it in the expose event?

© Stack Overflow or respective owner

Related posts about gtk

Related posts about gtk+