Adding display theming possibility to the chart display

This commit is contained in:
2014-09-13 01:02:58 +02:00
parent 0dc80e431b
commit 687bc2e1c7
2 changed files with 264 additions and 79 deletions

View File

@@ -114,6 +114,14 @@
<column type="gchararray"/>
</columns>
</object>
<object class="GtkListStore" id="display_theme_model">
<columns>
<!-- column-name display-theme-id -->
<column type="gint"/>
<!-- column-name display-theme-name -->
<column type="gchararray"/>
</columns>
</object>
<object class="GtkTextBuffer" id="note_buffer">
</object>
<object class="GtkListStore" id="db_chart_data">
@@ -794,6 +802,15 @@
<property name="action_target">'antiscia'</property>
</object>
</child>
<child>
<object class="GtkComboBox" id="display_theme">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="model">display_theme_model</property>
<property name="id_column">1</property>
<signal name="changed" handler="ag_window_display_theme_changed_cb" swapped="no"/>
</object>
</child>
</object>
<packing>
<property name="pack_type">start</property>