[devhelp] window: set tabs as reorderable



commit 8a0c7baabf8f75f1ffae986916dfbf22006054be
Author: Arnel A. Borja <kyoushuu yahoo com>
Date:   Sat Mar 30 23:08:06 2013 +0800

    window: set tabs as reorderable

 src/dh-window.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/dh-window.c b/src/dh-window.c
index 0af243c..ab67881 100644
--- a/src/dh-window.c
+++ b/src/dh-window.c
@@ -1195,6 +1195,7 @@ window_open_new_tab (DhWindow    *window,
                                         vbox, NULL);
         gtk_container_child_set (GTK_CONTAINER (priv->notebook), vbox,
                                  "tab-expand", TRUE,
+                                 "reorderable", TRUE,
                                  NULL);
         gtk_notebook_set_tab_label (GTK_NOTEBOOK (priv->notebook),
                                     vbox, label);


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