updated copyright statement
[gpiv.git] / src / dialog.h
blobfaa8b53acad0f5f3b77be16d6a313b441d09c7fd
2 /*----------------------------------------------------------------------
4 gpiv - Graphic program for Particle Image Velocimetry, based on gtk/gnome
5 libraries.
7 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
8 Gerber van der Graaf <gerber_graaf@users.sourceforge.net>
10 This file is part of gpiv.
12 Gpiv is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation; either version 2, or (at your option)
15 any later version.
17 This program is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details.
22 You should have received a copy of the GNU General Public License
23 along with this program; if not, write to the Free Software Foundation,
24 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
26 ----------------------------------------------------------------------*/
28 * Callbacks from dialogs
29 * $Id: dialog.h,v 1.1 2008-09-16 11:19:37 gerber Exp $
32 #ifndef DIALOG_H
33 #define DIALOG_H
37 * Exit, message, error dialog callbacks
39 void
40 on_button_quit_gpiv_clicked(GtkDialog *dialog,
41 gint response,
42 gpointer data
45 * From: create_close_buffer
47 void
48 on_close_buffer_response(GtkDialog *dialog,
49 gint response,
50 gpointer data
53 /* void */
54 /* on_error_response(GtkDialog *dialog, */
55 /* gint response, */
56 /* gpointer data */
57 /* ); */
61 #endif /* CONSOLE_H */