On Wed, Apr 20, 2011 at 8:34 AM, Bernhard Schuster
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
> "select-page" signal. Can anyon
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 fun
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