1999-07-10 19:53:42 +08:00
|
|
|
#ifndef __FILE_NEW_DIALOG_H__
|
|
|
|
#define __FILE_NEW_DIALOG_H__
|
1998-06-09 05:53:45 +08:00
|
|
|
|
|
|
|
#include "gtk/gtk.h"
|
|
|
|
|
1999-08-26 12:39:21 +08:00
|
|
|
#include "image_new.h"
|
|
|
|
|
1999-07-10 19:53:42 +08:00
|
|
|
void file_new_cmd_callback (GtkWidget *widget,
|
|
|
|
gpointer callback_data,
|
|
|
|
guint callback_action);
|
1998-06-09 05:53:45 +08:00
|
|
|
|
1999-08-26 12:39:21 +08:00
|
|
|
void ui_new_image_window_create (const GimpImageNewValues *values);
|
1998-06-13 03:43:55 +08:00
|
|
|
|
1999-07-10 19:53:42 +08:00
|
|
|
#endif /* __FILE_NEW_DIALOG_H_H__ */
|