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)
|
@Property(set: { $0.title = $1 }, pointer: TermKit.Frame.self)
|
||||||
var label: String?
|
var label: String?
|
||||||
/// The content.
|
/// 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
|
var view: Body
|
||||||
|
|
||||||
/// Initialize a frame.
|
/// Initialize a frame.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user