Added tooltips preferences support

update mkbrush.scm

-Yosh
This commit is contained in:
Manish Singh
1997-12-14 07:32:54 +00:00
parent 04758bf086
commit da34538894
12 changed files with 126 additions and 25 deletions

View File

@ -24,6 +24,7 @@ typedef void (*QueryFunc) (GtkWidget *, gpointer, gpointer);
/* externed variables */
extern GtkWidget *tool_widgets[];
extern GtkWidget *popup_shell;
extern GtkTooltips *tool_tips;
/* function declarations */
GtkWidget * create_pixmap_widget (GdkWindow *, char **, int, int);