Group

Display a container view with title and border.

Modulerequire("yue.gui")
TypeClass
InheritsView

Class methods

create(title)

Create a new Group with title.

Parameters

Return

Group

Methods

setcontentview(view)

Set the content view.

Parameters

getcontentview()

Return the content view.

Return

Container

settitle(title)

Set the title.

Parameters

gettitle()

Return the title.

Return

string