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
On Sun, 2007-02-25 at 07:12 -0800, Atish Luckhee wrote:
> hi..am a student and i want to integrate gtk with ARtoolkit but i cant
> make it work...if someone can help me...thanks
What do you mean you want to "integrate gtk with" ARtoolkit? What are
you trying to do? What can't you make work? Wha
hi..am a student and i want to integrate gtk with ARtoolkit but i cant
make it work...if someone can help me...thanks
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Hi!
I want to make sure if I understand how 'g_quark_from_static_string ()'
should be used. This function should be used for strings, which exist by
whole time, when program is running and they may be freed at exit only?
--
Cya!
Tom
___
gtk-app-devel-l