]> granicus.if.org Git - graphviz/commitdiff
-gvpr button activated
authorarif <devnull@localhost>
Tue, 26 May 2009 17:00:08 +0000 (17:00 +0000)
committerarif <devnull@localhost>
Tue, 26 May 2009 17:00:08 +0000 (17:00 +0000)
-gvpr broken pipes issue fixed
few gvpr windows related bugs fixed(iddefs for mingw and vs)

cmd/smyrna/gui/gui.h

index e12412af59422564d3955a04b53256facf42c447..dacf44cb9ecce0a168259cd2296fa73814f04ac3 100644 (file)
@@ -24,6 +24,8 @@
 #include <glade/glade.h>
 #include "callbacks.h"
 #include "cgraph.h"
+#include <agxbuf.h> 
+
 
 
 #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);