Sha256: 5236f2ce226f8d9434d7eb73f9190ef76d6e3e0b10da171ebbdd1d606d640f80
Contents?: true
Size: 541 Bytes
Versions: 9
Compression:
Stored size: 541 Bytes
Contents
module Tk class Canvas # A text item displays a string of characters on the screen in one or more # lines. [Canvas::Text] items support indexing and selection, along with the # following text-related [Canvas] methods: [Canvas.dchars], [Canvas.focus], # [Canvas.icursor], and [Canvas.index]. class Text < Item options( :activefill, :activestipple, :anchor, :disabledfill, :disabledstipple, :fill, :font, :justify, :state, :stipple, :tags, :text, :underline, :width ) end end end
Version data entries
9 entries across 9 versions & 1 rubygems