Implemented lists in View menu instead of a ComboBoxEntry

This commit is contained in:
Anna 2010-04-12 14:50:04 -04:00
parent 72d17a5de1
commit 6cc19e1087
2 changed files with 38 additions and 40 deletions

View file

@ -79,10 +79,15 @@
</child>
<child>
<widget class="GtkMenuItem" id="view_menu">
<widget class="GtkMenuItem" id="view_menu_item">
<property name="visible">True</property>
<property name="label" translatable="yes">_View</property>
<property name="use_underline">True</property>
<child>
<widget class="GtkMenu" id="view_menu">
</widget>
</child>
</widget>
</child>
</widget>
@ -163,7 +168,7 @@
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
<signal name="clicked" handler="update_window_callback" last_modification_time="Thu, 08 Apr 2010 21:18:02 GMT"/>
<signal name="clicked" handler="update_windows_callback" last_modification_time="Mon, 12 Apr 2010 18:33:51 GMT"/>
</widget>
<packing>
<property name="padding">0</property>
@ -173,19 +178,7 @@
</child>
<child>
<widget class="GtkComboBoxEntry" id="list_select">
<property name="visible">True</property>
<property name="items" translatable="yes">Home</property>
<property name="add_tearoffs">False</property>
<property name="has_frame">True</property>
<property name="focus_on_click">True</property>
<signal name="changed" handler="on_list_select_changed" last_modification_time="Thu, 08 Apr 2010 20:38:10 GMT"/>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
<placeholder/>
</child>
<child>