add some message box
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.h
index 87f186fc6cd39847476d1cc56d74d3ca24dc8ef2..88e7a34586a4c9a2fb3ffa89c3dd2ef74ed70e53 100644 (file)
@@ -806,17 +806,6 @@ void set_current_time(Tab *tab, const LttTime *current_time);
 
 void events_request_free(EventsRequest *events_request);
 
-/* main_window_add_child_window
- *
- * Add the widget as a data to the main window : it will close a floating window
- * with its main window by calling the destroy_fct.
- */
-
-void main_window_add_child_window(Tab *tab, gpointer data,
-    const gchar *name, GDestroyNotify descroy_fct);
-
-
-void main_window_remove_child_window(Tab *tab,
-    const gchar *name);
+GtkWidget *main_window_get_widget(Tab *tab);
 
 #endif //LTTVWINDOW_H
This page took 0.023969 seconds and 4 git commands to generate.