Disable some Notebook tab?

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.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.