PIKApp/plug-ins/lighting/lighting-ui.h

24 lines
600 B
C
Raw Normal View History

2023-09-26 00:35:21 +02:00
#ifndef __LIGHTING_UI_H__
#define __LIGHTING_UI_H__
/* Externally visible variables */
/* ============================ */
extern GtkWidget *previewarea;
extern GtkWidget *spin_pos_x;
extern GtkWidget *spin_pos_y;
extern GtkWidget *spin_pos_z;
extern GtkWidget *spin_dir_x;
extern GtkWidget *spin_dir_y;
extern GtkWidget *spin_dir_z;
/* Externally visible functions */
/* ============================ */
2023-10-30 23:55:30 +01:00
gboolean main_dialog (PikaProcedure *procedure,
PikaProcedureConfig *config,
PikaDrawable *drawable);
2023-09-26 00:35:21 +02:00
#endif /* __LIGHTING_UI_H__ */