X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=aoview%2Faoview_table.c;h=b3fc6a47c133925d181fbd0e19ff95e343f91d2f;hp=e55f8f5070ffce5cb4b64f1e4d9a3f9af66342a4;hb=1234694eb903b204488ddc7cb30bcfe34bf1e677;hpb=4316b6af86b37522038e642235c163fcaad52e96 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 @@ -51,6 +51,12 @@ aoview_table_finish(void) gtk_tree_view_columns_autosize(dataview); } +void +aoview_table_clear(void) +{ + gtk_tree_view_set_model(dataview, NULL); +} + void aoview_table_init(GladeXML *xml) {