2011/4/27 Bill Czermak :
> Hi Bernhard
>
> Checked my code and last updated my notebook handling source last November.
> Probably written 6 months earlier, and changes were to restructure the way
> I was using GTK, rather than change the notebook handling area. So I might
> have forgotten a few i
Hi Bernhard
Checked my code and last updated my notebook handling source last
November. Probably written 6 months earlier, and changes were to
restructure the way I was using GTK, rather than change the notebook
handling area. So I might have forgotten a few implementation problems
I solved
Now I am adding a a new page on the "switch-page" signal. It works
well so far BUT I got a focus problem. No matter if I try to focus it
via gtk_notebook_set_current_page instantly after adding the page, or
in a function glued to the signal "page-added", the clicked tab will
show up. So is there an