mirror of
https://github.com/rivo/tview.git
synced 2024-11-12 19:10:28 +00:00
Minor clarification.
This commit is contained in:
parent
ea0971753c
commit
a74431711b
6
pages.go
6
pages.go
@ -12,9 +12,9 @@ type page struct {
|
|||||||
Visible bool // Whether or not this page is visible.
|
Visible bool // Whether or not this page is visible.
|
||||||
}
|
}
|
||||||
|
|
||||||
// Pages is a container for other primitives often used as the application's
|
// Pages is a container for other primitives laid out on top of each other,
|
||||||
// root primitive. It allows to easily switch the visibility of the contained
|
// overlapping or not. It is often used as the application's root primitive. It
|
||||||
// primitives.
|
// allows to easily switch the visibility of the contained primitives.
|
||||||
//
|
//
|
||||||
// See https://github.com/rivo/tview/wiki/Pages for an example.
|
// See https://github.com/rivo/tview/wiki/Pages for an example.
|
||||||
type Pages struct {
|
type Pages struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user