[gtk+] Set the notebook to be scrollable
- From: Matthias Clasen <matthiasc src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gtk+] Set the notebook to be scrollable
 
- Date: Sat,  2 Feb 2013 03:01:27 +0000 (UTC)
 
commit ee6e7d64332c784f5141405b32baf77b96436162
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Feb 1 21:46:07 2013 -0500
    Set the notebook to be scrollable
    
    The pixbufs example has just too many files..
 demos/gtk-demo/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/demos/gtk-demo/main.c b/demos/gtk-demo/main.c
index 8bf1014..80a51bc 100644
--- a/demos/gtk-demo/main.c
+++ b/demos/gtk-demo/main.c
@@ -894,6 +894,7 @@ main (int argc, char **argv)
   gtk_box_pack_start (GTK_BOX (hbox), tree, FALSE, FALSE, 0);
 
   notebook = gtk_notebook_new ();
+  gtk_notebook_set_scrollable (GTK_NOTEBOOK (notebook), TRUE);
   gtk_box_pack_start (GTK_BOX (hbox), notebook, TRUE, TRUE, 0);
 
   gtk_notebook_append_page (GTK_NOTEBOOK (notebook),
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]