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

Version Path
ffi-tk-2010.08.23 lib/ffi-tk/widget/frame.rb
ffi-tk-2010.08 lib/ffi-tk/widget/frame.rb
ffi-tk-2010.06 lib/ffi-tk/widget/frame.rb
ffi-tk-2010.03 lib/ffi-tk/widget/frame.rb
ffi-tk-2010.02 lib/ffi-tk/widget/frame.rb
ffi-tk-2010.01 lib/ffi-tk/widget/frame.rb
ffi-tk-2010.01.02 lib/ffi-tk/widget/frame.rb
ffi-tk-2009.12.14 lib/ffi-tk/widget/frame.rb
ffi-tk-2009.11.29 lib/ffi-tk/widget/frame.rb