How to pre-select a tab (maxgui)
BlitzMax Forums/BlitzMax Beginners Area/How to pre-select a tab (maxgui)
| ||
| Just want a default tab selected in my editor, thanks! |
| ||
| Have you seen the tabber tutorials? |
| ||
| SelectGadgetItem Tabber,default_item? |
| ||
| Thank you! It requires an index. Is there away to retrieve the index of a particular tab from its TGadget handle? |
| ||
| item=SelectedGadgetItem(tabber)? |