Skip to content
  • Benjamin Otte's avatar
    notebook: Introduce gtk_notebook_has_current_page() · ad245e02
    Benjamin Otte authored
    GtkNotebook does not switch the current page if all pages are hidden. So
    it may be that no visible page exsits, but there still is a current
    page set.
    
    We culd clear the current page, but I'm unsure about backwards
    compatibility.
    
    So instead, this new function handles that case.
    ad245e02