class Tk::Frame

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.

Public Class Methods

tk_command() click to toggle source
# File lib/ffi-tk/widget/frame.rb, line 11
def self.tk_command
  'frame'
end