Gnome::Canvas::Line::property_line_style()

"..." <[email protected]> Fri, 24 Sep 2004 18:42:16 +0200
Newsgroups gmane.comp.gnome.gnomemm
Message-ID <001f01c4a255$7e2f3780$d5f0d00a@hellsing>
I have this simple code:

Gnome::Canvas::Line segm = new Gnome::Canvas::Line(*(canvas->root()), points);
segm->property_width() = 2;
segm->property_color() = "black"
segm->property_line_style() = Gdk::LINE_DOUBLE_DASH;

where "points" is an appropriate Gnome::Canvas::Points.

The problem is that the line is filled black but without any dashing. I tried also Gdk::LINE_ON_OFF_DASH, same problem. It's like that this instrucion does nothing.
For other properties ther's usually a property_***_set() function, but not in this case. 
Wher's the problem?
Thx in advice,

Marcello

_______________________________________________
gnomemm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnomemm-list