From: arif Date: Tue, 26 May 2009 17:00:08 +0000 (+0000) Subject: -gvpr button activated X-Git-Tag: LAST_LIBGRAPH~32^2~2010 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b71e5ac42c7e5da52e4717fab539375bec44170b;p=graphviz -gvpr button activated -gvpr broken pipes issue fixed few gvpr windows related bugs fixed(iddefs for mingw and vs) --- diff --git a/cmd/smyrna/gui/gui.h b/cmd/smyrna/gui/gui.h index e12412af5..dacf44cb9 100644 --- a/cmd/smyrna/gui/gui.h +++ b/cmd/smyrna/gui/gui.h @@ -24,6 +24,8 @@ #include #include "callbacks.h" #include "cgraph.h" +#include + #define MAXIMUM_WIDGET_COUNT 97 @@ -72,9 +74,12 @@ char *get_attribute_string_value_from_widget(attribute * att); //GTK helpre functions //void Color_Widget_bg (int r, int g, int b, GtkWidget *widget); //change background color void Color_Widget_bg(char *colorstring, GtkWidget * widget); - - - +/*generic warning pop up*/ +void show_gui_warning (char* str); +/*generic open file dialog*/ +int openfiledlg(int filtercnt,char** filters,agxbuf* xbuf); +/*generic save file dialog*/ +int savefiledlg(int filtercnt,char** filters,agxbuf* xbuf);