Problem with gtk drawing primitive
- From: Jerome Blondel <jeromeblondel yahoo fr>
 
- To: gtk-app-devel-list gnome org
 
- Subject: Problem with gtk drawing primitive
 
- Date: Mon, 28 May 2007 20:21:01 +0200
 
Hi
I'm making a widget from scratch using the tutorial's GtkDial as a base. 
For now I  just want to draw something in my widget. The following error 
occurs
(test_sw:4242): Gtk-CRITICAL **: gtk_paint_polygon: assertion 
`style->depth == gdk_drawable_get_depth (window)' failed
This is the code in the WIDGET_expose callback:
blankstyle = gtk_style_new();
blankstyle->bg[GTK_STATE_NORMAL] = sw->color;
gtk_style_set_background(blankstyle, w->window, GTK_STATE_NORMAL);
gtk_paint_polygon(blankstyle, w->window, GTK_STATE_NORMAL, GTK_SHADOW_OUT,
                 NULL, w, NULL, points, 8, TRUE);
Please could anyone help me with this problem?
Jerome Blondel
        
        
                
___________________________________________________________________________ 
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire.
http://fr.mail.yahoo.com
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]