[tepl] Notebook: set scrollable



commit 8fc1fce907fba773d9b6fa849394e6d31c48963b
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Aug 6 09:55:13 2017 +0200

    Notebook: set scrollable

 tepl/tepl-notebook.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tepl/tepl-notebook.c b/tepl/tepl-notebook.c
index 0955e9d..39cbd4b 100644
--- a/tepl/tepl-notebook.c
+++ b/tepl/tepl-notebook.c
@@ -308,6 +308,8 @@ tepl_notebook_init (TeplNotebook *notebook)
         */
        gtk_widget_set_hexpand (GTK_WIDGET (notebook), TRUE);
        gtk_widget_set_vexpand (GTK_WIDGET (notebook), TRUE);
+
+       gtk_notebook_set_scrollable (GTK_NOTEBOOK (notebook), TRUE);
 }
 
 /**


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