This example shows how to use the tabs component.
"Tabs example" "lib/modules/standard.whl" "lib/modules/components/component.whl" "lib/modules/components/form.whl" "lib/modules/components/tabs.whl" "lib/modules/components/button.whl" "lib/modules/components/label.whl" TABS_BUTTON 0x0CDEA28A TABS_LABEL 0x20043D38 TABS_TABS 0xB7304559 "tabs.wfrm" ; @proc Show the form. ; @ret The handle to the form. proc showTabsForm() ret components.form.show("tabs.wfrm") end proc main() showTabsForm() halt() end