Sha256: c0ae0584a99b895b89129ef9d444da899c3e35a2f4871a07b0a4771a425298da
Contents?: true
Size: 401 Bytes
Versions: 9
Compression:
Stored size: 401 Bytes
Contents
module Tk # Create and manipulate frame widgets # A frame is a simple widget. # Its primary purpose is to act as a spacer or container for complex window # layouts. The only features of a frame are its background color and an # optional 3-D border to make the frame appear raised or sunken. class Frame < Widget include Cget, Configure def self.tk_command; 'frame'; end end end
Version data entries
9 entries across 9 versions & 1 rubygems