Re: Hiding a notebook page



Bruce @ OpenGL wrote:

Hi ppl,

Whats the way to hide a notebook page? My notebook has 3 pages but one of them must be shown only when the user press a button.

Hello,
Just use gtk_widget_hide() on notebook's page widget (the one you pass as a second parameter to gtk_notebook_append_page() call).
gtk_widget_show() will return it back.

   Olexiy




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]