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