Sha256: 6f3c09fe3c654d8a870feaf771344dfbb57be0e85fca397d09285b6f4e1d9c35
Contents?: true
Size: 580 Bytes
Versions: 9
Compression:
Stored size: 580 Bytes
Contents
module Tk class Canvas # Items of type rectangle appear as rectangular regions on the display. # Each rectangle may have an outline, a fill, or both. class Rectangle < Item options( :dash, :activedash, :disableddash, :dashoffset, :fill, :activefill, :disabledfill, :offset, :outline, :activeoutline, :disabledoutline, :outlineoffset, :outlinestipple, :activeoutlinestipple, :disabledoutlinestipple, :stipple, :activestipple, :disabledstipple, :state, :tags, :width, :activewidth, :disabledwidth ) end end end
Version data entries
9 entries across 9 versions & 1 rubygems