Sha256: c369dfa53b18a42123dabe4725c9883f999704bc8cf53ffea9b445c25f1d37a9
Contents?: true
Size: 571 Bytes
Versions: 9
Compression:
Stored size: 571 Bytes
Contents
module Tk # A toplevel is similar to a frame except that it is created as a top-level # window: its X parent is the root window of a screen rather than the logical # parent from its path name. # The primary purpose of a toplevel is to serve as a container for dialog # boxes and other collections of widgets. # The only visible features of a toplevel are its background color and an # optional 3-D border to make the toplevel appear raised or sunken. class Toplevel < Widget include Cget, Configure def self.tk_command; 'toplevel'; end end end
Version data entries
9 entries across 9 versions & 1 rubygems