Re: Focus on Notebook tab

2005-09-09 Thread Cesc
Hi there, Is it a problem of the page not getting selected or it just won't be refreshed on the screen? I had a problem with set_current_page() not refreshing the screen correctly: the page would be actually set correctly, but it just would not display correctly till you forced it to refresh

Re: Focus on Notebook tab

2005-09-09 Thread Tristan Van Berkom
sadhees kumar wrote: Friends, I am using GtkNotebook widget, it has 7 pages.i want to navigate all the pages.In my project i am using GDK_Tab key for navigating to next page. This is done in the GtkNotebook widget's keypress callback function. The problem is i'm not getting the focus in

Re: Focus on Notebook tab

2005-09-09 Thread Tristan Van Berkom
Tristan Van Berkom wrote: sadhees kumar wrote: Friends, I am using GtkNotebook widget, it has 7 pages.i want to navigate all the pages.In my project i am using GDK_Tab key for navigating to next page. This is done in the GtkNotebook widget's keypress callback function. The problem is i'm