X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=aoview%2Faoview_table.c;h=b3fc6a47c133925d181fbd0e19ff95e343f91d2f;hb=4d83eef0fe1d24a845ab29a535dfc56e13e7ee20;hp=e55f8f5070ffce5cb4b64f1e4d9a3f9af66342a4;hpb=4348281bd788a13ea700413537f12da3c00356e4;p=fw%2Faltos 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) {