Made tabs reorderable, and added code to persist the ordering changes
This commit is contained in:
parent
5220961620
commit
5c7798398b
3 changed files with 18 additions and 5 deletions
|
@ -158,6 +158,8 @@
|
|||
<property name="tab_pos">GTK_POS_TOP</property>
|
||||
<property name="scrollable">True</property>
|
||||
<property name="enable_popup">True</property>
|
||||
<signal name="switch_page" handler="on_tab_change" last_modification_time="Wed, 21 Apr 2010 13:37:05 GMT"/>
|
||||
<signal name="page_reordered" handler="on_tabs_reordered" last_modification_time="Wed, 21 Apr 2010 13:38:13 GMT"/>
|
||||
|
||||
<child>
|
||||
<widget class="GtkVBox" id="vbox1">
|
||||
|
|
Reference in a new issue