Add PageWrapper sub-component to Notebook
This commit is contained in:
parent
ce08487eff
commit
7628903e59
20
notebook.go
20
notebook.go
@ -14,6 +14,7 @@ var _ tomo.Object = new(Notebook)
|
|||||||
// - TabSpacer sits at either end of the tab row, bookending the list of tabs.
|
// - TabSpacer sits at either end of the tab row, bookending the list of tabs.
|
||||||
// - Tab appears in the tab row for each tab in the notebook. The user can
|
// - Tab appears in the tab row for each tab in the notebook. The user can
|
||||||
// click on the tab to switch to it.
|
// click on the tab to switch to it.
|
||||||
|
// - PageWrapper sits underneath the TabRow and contains the active page.
|
||||||
//
|
//
|
||||||
// TabSpacer tags:
|
// TabSpacer tags:
|
||||||
// - [left] The spacer is on the left.
|
// - [left] The spacer is on the left.
|
||||||