00001
00002 #ifndef __IMAGER_DLGBOX_H__
00003 #define __IMAGER_DLGBOX_H__
00004
00005 #include "defs.h"
00006
00007
00008
00009
00010
00011 thresh_struct thresh_return;
00012
00013 void ShowMessage(gchar * textmessage);
00014 void ShowMessageC (gchar* textmessage, gchar* caption);
00015 GtkWidget *ShowDynMessage (gchar* textmessage, gchar* caption);
00016 void ShowLongMessage( gchar * textmessage, gchar* caption );
00017 void select_threshold (image_type* img, char use_threshmenu, gpointer func, gchar* title);
00018
00019 #endif