Sha256: 9f9f0f1b6308e9a042a77ef70ffc9ffe7222f1e474c00d5cceb42e8815ade5d5
Contents?: true
Size: 695 Bytes
Versions: 9
Compression:
Stored size: 695 Bytes
Contents
module Tk class Canvas # Items of type polygon appear as polygonal or curved filled regions on the # display. [Polygon] supports coordinate indexing operations using the # [Canvas] methods: [Canvas.dchars], [Canvas.index], and [Canvas.insert]. class Polygon < Item options( :dash, :activedash, :disableddash, :dashoffset, :fill, :activefill, :disabledfill, :offset, :outline, :activeoutline, :disabledoutline, :outlinestipple, :activeoutlinestipple, :disabledoutlinestipple, :stipple, :activestipple, :disabledstipple, :state, :tags, :width, :activewidth, :disabledwidth, :joinstyle, :smooth, :splinesteps ) end end end
Version data entries
9 entries across 9 versions & 1 rubygems