Release 0.6.0 using parallelized code
[gpiv.git] / src / dialog.h
bloba078b6b0c63921d295be4f6f1c1a1e06ba464592
2 /*----------------------------------------------------------------------
4 gpiv - Graphic program for Particle Image Velocimetry, based on gtk/gnome
5 libraries.
7 Copyright (C) 2002 Gerber van der Graaf
9 This file is part of gpiv.
11 Gpiv is free software; you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by
13 the Free Software Foundation; either version 2, or (at your option)
14 any later version.
16 This program is distributed in the hope that it will be useful,
17 but WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 GNU General Public License for more details.
21 You should have received a copy of the GNU General Public License
22 along with this program; if not, write to the Free Software Foundation,
23 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25 ----------------------------------------------------------------------*/
27 * Callbacks from dialogs
28 * $Id: dialog.h,v 1.1 2008-09-16 11:19:37 gerber Exp $
31 #ifndef DIALOG_H
32 #define DIALOG_H
36 * Exit, message, error dialog callbacks
38 void
39 on_button_quit_gpiv_clicked(GtkDialog *dialog,
40 gint response,
41 gpointer data
44 * From: create_close_buffer
46 void
47 on_close_buffer_response(GtkDialog *dialog,
48 gint response,
49 gpointer data
52 /* void */
53 /* on_error_response(GtkDialog *dialog, */
54 /* gint response, */
55 /* gpointer data */
56 /* ); */
60 #endif /* CONSOLE_H */