Frame

public class Frame : View

The FrameView is a container frame that draws a frame around the contents

  • The title to be displayed for this window.

    Declaration

    Swift

    public var title: String? { get set }
  • Initializes a the FrameView class with a specified title, and is suitable for having its dimensions participate in x, y, width, height

    Declaration

    Swift

    public init(_ title: String? = nil)
  • Declaration

    Swift

    public override func addSubview(_ view: View)
  • Declaration

    Swift

    public override func redraw(region: Rect, painter: Painter)
  • Undocumented

    Declaration

    Swift

    public override var debugDescription: String { get }