How to pre-select a tab (maxgui)

BlitzMax Forums/BlitzMax Beginners Area/How to pre-select a tab (maxgui)

Robert Cummings(Posted 2006) [#1]
Just want a default tab selected in my editor, thanks!


assari(Posted 2006) [#2]
Have you seen the tabber tutorials?


Grisu(Posted 2006) [#3]
SelectGadgetItem Tabber,default_item?


Robert Cummings(Posted 2006) [#4]
Thank you!

It requires an index. Is there away to retrieve the index of a particular tab from its TGadget handle?


Grisu(Posted 2006) [#5]
item=SelectedGadgetItem(tabber)?