Re: Hiding a notebook page
- From: Olexiy Avramchenko <olexiy irtech cn ua>
- To: "Bruce @ OpenGL" <bruce opengl com br>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Hiding a notebook page
- Date: Fri, 07 May 2004 09:19:43 +0300
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]