Saving seleciton bound

2011-04-19 Thread Aaron Borden
Hello, I'm a developer on Tomboy, the simple note taking app on the GNOME desktop. Some users would like the text selection in a note (gtk_text_buffer) to be saved so that when the note is re-opened, the selection bound and cursor are where the user last left them. I've noticed that in GNOME you

GtkNotebook with action on click of special tab

2011-04-19 Thread Bernhard Schuster
Hi I am trying to achieve the effect of new tab openening if one tab gets selected. Unfortunaltly the doc is very sparse on that: http://developer.gnome.org/gtk/stable/GtkNotebook.html as of using the select-page signal. Can anyone give me a hint how to use it properly with a g_signal_connect

Re: GtkNotebook with action on click of special tab

2011-04-19 Thread Tristan Van Berkom
On Wed, Apr 20, 2011 at 8:34 AM, Bernhard Schuster schuster.bernh...@googlemail.com wrote: Hi I am trying to achieve the effect of new tab openening if one tab gets selected. Unfortunaltly the doc is very sparse on that: http://developer.gnome.org/gtk/stable/GtkNotebook.html as of using the