diff options
Diffstat (limited to 'aoview/aoview_table.c')
| -rw-r--r-- | aoview/aoview_table.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aoview/aoview_table.c b/aoview/aoview_table.c index e55f8f50..b3fc6a47 100644 --- a/aoview/aoview_table.c +++ b/aoview/aoview_table.c @@ -52,6 +52,12 @@ aoview_table_finish(void) } void +aoview_table_clear(void) +{ + gtk_tree_view_set_model(dataview, NULL); +} + +void aoview_table_init(GladeXML *xml) { dataview = GTK_TREE_VIEW(glade_xml_get_widget(xml, "dataview")); |
