0

I am using fltk 1.3.2, I use Fl_Tabs class with Fl_Group classes.

I create groups and I want to change selected tab programmatically.

When tabs open it shows first tab, I want to change and for example second tab should be showed.

Is it possible? I couldn't find any resource.

Volkan Ozyilmaz
  • 470
  • 4
  • 19

1 Answers1

1

Use the value method to set the current tab. It needs the Group of the second tab to be passed in.

Reference http://www.fltk.org/doc-1.1/Fl_Tabs.html

cup
  • 7,589
  • 4
  • 19
  • 42