PIKApp/plug-ins/fractal-explorer/fractal-explorer-dialogs.h

20 lines
883 B
C
Raw Normal View History

2023-09-26 00:35:21 +02:00
#ifndef __FRACTALEXPLORER_DIALOGS_H__
#define __FRACTALEXPLORER_DIALOGS_H__
2023-10-30 23:55:30 +01:00
gint explorer_dialog (PikaProcedure *procedure,
PikaProcedureConfig *config);
void dialog_update_preview (PikaProcedureConfig *config);
2023-09-26 00:35:21 +02:00
2023-10-30 23:55:30 +01:00
void set_cmap_preview (PikaProcedureConfig *config);
void make_color_map (PikaProcedureConfig *config);
2023-09-26 00:35:21 +02:00
2023-10-30 23:55:30 +01:00
gchar * get_line (gchar *buf,
gint s,
FILE *from,
gint init);
gint load_options (fractalexplorerOBJ *xxx,
FILE *fp);
2023-09-26 00:35:21 +02:00
void explorer_load (void);
#endif