add some message box
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.h
index c555f7ae9174e79ddd02849d6b7f40c2e492258c..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.
@@ -727,7 +739,7 @@ LttTime lttvwindow_get_current_time(Tab *tab);
  * @param filter, a pointer to a filter.
  */
 
-LttvFilter *lttvwindow_get_filter(Tab *tab);
+//LttvFilter *lttvwindow_get_filter(Tab *tab);
 
 /**
  * Function to set the filter of the current tab.
@@ -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.024092 seconds and 4 git commands to generate.