Update to latest Meta changes
This commit is contained in:
parent
05dd06af0a
commit
524624b71e
@ -14,7 +14,12 @@ public struct Frame: TermKitWidget {
|
||||
@Property(set: { $0.title = $1 }, pointer: TermKit.Frame.self)
|
||||
var label: String?
|
||||
/// The content.
|
||||
@ViewProperty(set: { $0.addSubview($1) }, pointer: TermKit.Frame.self, subview: TermKit.View.self)
|
||||
@ViewProperty(
|
||||
set: { $0.addSubview($1) },
|
||||
pointer: TermKit.Frame.self,
|
||||
subview: TermKit.View.self,
|
||||
context: TermKitMainView.self
|
||||
)
|
||||
var view: Body
|
||||
|
||||
/// Initialize a frame.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user