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

Re: integrating Gtk with Artoolkit

2007-02-25 Thread Michael Torrie
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

integrating Gtk with Artoolkit

2007-02-25 Thread Atish Luckhee
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

Question about GQark

2007-02-25 Thread Tomasz Jankowski
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