gimp/plug-ins/gimpressionist/preview.h
Shlomi Fish cfefd51586 Various Gimpressionist Cleanups. Made most remaining non-static global
variables static, and created functions that manipulate them. Created
new headers. Renamed some variables and functions to make their names
more menanigful.
2004-07-08 15:55:14 +00:00

10 lines
244 B
C

#ifndef __PREVIEW_H
#define __PREVIEW_H
GtkWidget* create_preview (void);
void updatepreview (GtkWidget *wg, gpointer d);
void preview_free_resources(void);
void preview_set_button_label(gchar * text);
#endif /* #ifndef __PREVIEW_H */