Add PageWrapper sub-component to Notebook

This commit is contained in:
Sasha Koshka 2024-09-12 15:44:11 -04:00
parent ce08487eff
commit 7628903e59

View File

@ -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.