in my program I want to draw wide line ,but the wide of line drawed is only 1,not the value I set using "gdk_gc_set_line_attribute" why?
GdkDrawable *pixmap;
....
gc = gdk_gc_new (pixmap);
gdk_gc_set_foreground(gc, (GdkColor *)color);
gdk_gc_set_line_attributes(gc,9,
GDK_LINE_SOLID,0,0);
...
=========================
yangxiaoli
[EMAIL PROTECTED]
2003-07-10
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list
