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
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