Make modules more flexible (builtin or loaded are identical). Add a test module
[lttv.git] / ltt / branches / poly / lttv / modules / gui / main / src / callbacks.h
index c170ace16960b51edea3a93aef62eae47685ed06..c9166bdad73af8670156978920c75dc766451781 100644 (file)
@@ -1,12 +1,30 @@
+/* This file is part of the Linux Trace Toolkit viewer
+ * Copyright (C) 2003-2004 XangXiu Yang
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License Version 2 as
+ * published by the Free Software Foundation;
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, 
+ * MA 02111-1307, USA.
+ */
+
 #include <gtk/gtk.h>
 #include <lttv/common.h>
-#include <lttv/mainWindow.h>
+#include <lttv/mainwindow.h>
 
 /* internal functions */
 
 void create_new_window(GtkWidget* widget, gpointer user_data, gboolean clone);
 void insert_menu_toolbar_item(MainWindow * mw, gpointer user_data);
-void construct_main_window(MainWindow * parent, WindowCreationData *win_creation_data);
+void construct_main_window(MainWindow * parent);
 void main_window_free(MainWindow * mw);
 void main_window_destructor(MainWindow * mw);
 
@@ -147,7 +165,9 @@ on_about_activate                      (GtkMenuItem     *menuitem,
 void
 on_button_new_clicked                  (GtkButton       *button,
                                         gpointer         user_data);
-
+void
+on_button_new_tab_clicked              (GtkButton       *button,
+                                        gpointer         user_data);
 void
 on_button_open_clicked                 (GtkButton       *button,
                                         gpointer         user_data);
This page took 0.024596 seconds and 4 git commands to generate.