Sha256: b122db5a6fc5b1588bc053073dbd203d244c99dd09eab47bda0f9473c5c15360
Contents?: true
Size: 610 Bytes
Versions: 9
Compression:
Stored size: 610 Bytes
Contents
module Tk class Canvas # Items of type line appear on the display as one or more connected line # segments or curves. # Line items support coordinate indexing operations using the Canvas # methods: [Canvas.dchars], [Canvas.index], and [Canvas.insert]. class Line < Item options( :dash, :activedash, :disableddash, :dashoffset, :fill, :activefill, :disabledfill, :stipple, :activestipple, :disabledstipple, :state, :tags, :width, :activewidth, :disabledwidth, :arrow, :arrowshape, :capstyle, :joinstyle, :smooth, :splinesteps ) end end end
Version data entries
9 entries across 9 versions & 1 rubygems