35 #ifndef __CTK_FILEDIALOG_H__
36 #define __CTK_FILEDIALOG_H__
40 struct ctk_filedialog_state {
41 unsigned char fileptr;
45 void ctk_filedialog_init(
CC_REGISTER_ARG struct ctk_filedialog_state *s);
46 void ctk_filedialog_open(
CC_REGISTER_ARG struct ctk_filedialog_state *s,
47 const char *buttontext, process_event_t event);
48 char ctk_filedialog_eventhandler(
struct ctk_filedialog_state *s,
49 process_event_t ev, process_data_t data);