I want lock other tabs but active one (on form send)
is it possible with the GtkNotebook API?
Hi,
If you call set_visible(FALSE) on a page widget, its tab in the header will hide too.
If you want to keep all tabs visible, then maybe watch for change of the active tab, and if another gets selected then immediately switch back.