Re: GtkNotebook with action on click of special tab

2011-04-26 Thread Bernhard Schuster
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

Re: GtkNotebook with action on click of special tab

2011-04-26 Thread 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 implementation problems I solved

Re: GtkNotebook with action on click of special tab

2011-04-26 Thread Bernhard Schuster
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