Adding display theming possibility to the chart display
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user