add some message box
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.h
index f7c7441f4010acb4f2e34985bf352bdb24d31d54..88e7a34586a4c9a2fb3ffa89c3dd2ef74ed70e53 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.
@@ -792,7 +804,8 @@ void set_time_window(Tab *tab, const TimeWindow *time_window);
 
 void set_current_time(Tab *tab, const LttTime *current_time);
 
-
 void events_request_free(EventsRequest *events_request);
 
+GtkWidget *main_window_get_widget(Tab *tab);
+
 #endif //LTTVWINDOW_H
This page took 0.042375 seconds and 4 git commands to generate.