X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fmain%2Fsrc%2Fcallbacks.h;h=95c57c3b45dcea860c8c46bc9ae08d601f4c400e;hb=0ed9daf7d624cf319e1f510670646bf18d619893;hp=c170ace16960b51edea3a93aef62eae47685ed06;hpb=a7e6e8284bcc732f7db90354f8e3282b1d8b4629;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/main/src/callbacks.h b/ltt/branches/poly/lttv/modules/gui/main/src/callbacks.h index c170ace1..95c57c3b 100644 --- a/ltt/branches/poly/lttv/modules/gui/main/src/callbacks.h +++ b/ltt/branches/poly/lttv/modules/gui/main/src/callbacks.h @@ -1,6 +1,24 @@ +/* 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 #include -#include +#include /* internal functions */ @@ -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);