luxe: ui/tabs
UITabs
Section titled “UITabs”import "luxe: ui/tabs" for UITabsno docs found
UITabs.create(.)
Section titled “UITabs.create(.)”UITabs.create(ui : Any) : unknownno docs found
UITabs.set_active(..)
Section titled “UITabs.set_active(..)”UITabs.set_active(control : Control, index : Num) : Boolno docs found
UITabs.get_active(.)
Section titled “UITabs.get_active(.)”UITabs.get_active(control : Control) : Numno docs found
UITabs.get_count(.)
Section titled “UITabs.get_count(.)”UITabs.get_count(control : Control) : Numno docs found
UITabs.set_colors(…)
Section titled “UITabs.set_colors(…)”UITabs.set_colors(control : Control, active : Color, inactive : Color) : Noneno docs found
UITabs.get_tab_header(..)
Section titled “UITabs.get_tab_header(..)”UITabs.get_tab_header(control : Control, index : Num) : Controlno docs found
UITabs.get_tab(..)
Section titled “UITabs.get_tab(..)”UITabs.get_tab(control : Control, index : Num) : Controlno docs found
UITabs.add_tab(…)
Section titled “UITabs.add_tab(…)”UITabs.add_tab(control : Control, title : String, title_color : Color) : Controlno docs found