Group
Display a container view with title and border.
Module | require("yue.gui") |
Type | Class |
Inherits | View |
Class methods
create(title)
Create a new Group
with title
.
Parameters
string
title
Return
Group
Methods
setcontentview(view)
Set the content view.
Parameters
Container
view
getcontentview()
Return the content view.
Return
Container
settitle(title)
Set the title.
Parameters
string
title
gettitle()
Return the title.
Return
string