Method GDK1.GC()->set_line_attributes()
- Method set_line_attributes
GDK1.GCset_line_attributes(intline_width,intline_style,intcap_style,intjoin_style)- Description
Control how lines are drawn. line_style is one of GDK1.LineSolid, GDK1.LineOnOffDash and GDK1.LineDoubleDash. cap_style is one of GDK1.CapNotLast, GDK1.CapButt, GDK1.CapRound and GDK1.CapProjecting. join_style is one of GDK1.JoinMiter, GDK1.JoinRonud and GDK1.JoinBevel.