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