X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Flttvwindow.h;h=88e7a34586a4c9a2fb3ffa89c3dd2ef74ed70e53;hb=93ac601b7487eba4b0733f44117f45fa9dd0baee;hp=87f186fc6cd39847476d1cc56d74d3ca24dc8ef2;hpb=bf33dd5091178cd0ad175b1914d74056db60e7af;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h index 87f186fc..88e7a345 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h @@ -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