Method GDK1.GC()->set_line_attributes()
- Method set_line_attributes
GDK1.GC
set_line_attributes(int
line_width
,int
line_style
,int
cap_style
,int
join_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.