Re: question about tabs on notebook

2007-02-26 Thread shawn bright
ok, will try that thanks. shawn On 2/25/07, Micah Carrick <[EMAIL PROTECTED]> wrote: > Do you mean which tab is selected by default when the program starts? If > so, before showing the notebook, assuming that the first tab is selected > by default, call gtk_notebook_next_page(). You could also us

Re: question about tabs on notebook

2007-02-25 Thread Micah Carrick
Do you mean which tab is selected by default when the program starts? If so, before showing the notebook, assuming that the first tab is selected by default, call gtk_notebook_next_page(). You could also use gtk_notebook_set_current_page() to explicitly select the 2nd page by passing 1 as the i

question about tabs on notebook

2007-02-24 Thread shawn bright
Hello there all, i am using GTK and glade to create a front end to our data engine. The thing is, it uses a notebook with 4 tabs. Is there any way I can change the order of tabs ? i would really like tab 2 to show up first when the program is run. thanks for any tips. shawn _