00001 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ 00002 /* 00003 find_replace_window.h 00004 find_replace_window.h - Windows used to find text and find and replace text in 00005 the opened hex documents. 00006 00007 00008 (C) Copyright 2010 Olivier Delhomme 00009 e-mail : heraia@delhomme.org 00010 URL : http://heraia.tuxfamily.org 00011 00012 This program is free software; you can redistribute it and/or modify 00013 it under the terms of the GNU General Public License as published by 00014 the Free Software Foundation; either version 2, or (at your option) 00015 any later version. 00016 00017 This program is distributed in the hope that it will be useful, 00018 but WITHOUT ANY WARRANTY; without even the implied warranty of 00019 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00020 GNU General Public License for more details. 00021 00022 You should have received a copy of the GNU General Public License 00023 along with this program; if not, write to the Free Software 00024 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00025 */ 00026 /** 00027 * @file find_replace_window.c 00028 * Header file for the find window and the find and replace window 00029 */ 00030 #ifndef _HERAIA_FIND_REPLACE_WINDOW_H_ 00031 #define _HERAIA_FIND_REPLACE_WINDOW_H_ 00032 00033 extern void find_window_show(GtkWidget *widget, gpointer data); 00034 extern void find_window_init_interface(heraia_struct_t * main_struct); 00035 00036 extern void fr_window_show(GtkWidget *widget, gpointer data); 00037 extern void fr_window_init_interface(heraia_struct_t * main_struct); 00038 00039 #endif /* _HERAIA_FIND_REPLACE_WINDOW_H_ */