event list get filter when starts
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.h
index d0a97c07d07cb02cec2dd3dc9f4c1e690675cfe4..87f186fc6cd39847476d1cc56d74d3ca24dc8ef2 100644 (file)
@@ -486,6 +486,18 @@ void lttvwindow_unregister_filter_notify(Tab *tab,
                                          gpointer     hook_data);
 
 
+/**
+ * Function to get the current filter of the main window : useful at viewer
+ * instanciation.
+ * 
+ * @param tab the tab the viewer belongs to.
+ *
+ * returns : the current filter.
+ */
+
+
+LttvFilter *lttvwindow_get_filter(Tab *tab);
+
 /**
  * Function to register a hook function for a viewer to set/update its 
  * current time.
This page took 0.031785 seconds and 4 git commands to generate.