Sha256: a23ee3afd7b33827bd153b6caa55a0223c0675f03a4cfc190974d3d81275454c
Contents?: true
Size: 392 Bytes
Versions: 9
Compression:
Stored size: 392 Bytes
Contents
module Tk class Canvas # Items of type bitmap appear on the display as images with two colors, # foreground and background. class Bitmap < Item options( :state, :tags, :anchor, :background, :activebackground, :disabledbackground, :bitmap, :activebitmap, :disabledbitmap, :foreground, :activeforeground, :disabledforeground ) end end end
Version data entries
9 entries across 9 versions & 1 rubygems