NetSurf
|
Data for a query window. More...
Data Fields | |
struct gui_query_window * | prev |
struct gui_query_window * | next |
Previous query in list. More... | |
query_id | id |
Next query in list. More... | |
wimp_w | window |
unique ID number for this query More... | |
const query_callback * | cb |
RISC OS window handle. More... | |
void * | pw |
Table of callback functions. More... | |
bool | default_confirm |
Handle passed to callback functions. More... | |
const query_callback* gui_query_window::cb |
RISC OS window handle.
Definition at line 49 of file query.c.
Referenced by query_user(), query_user_xy(), ro_gui_query_apply(), and ro_gui_query_click().
bool gui_query_window::default_confirm |
Handle passed to callback functions.
Definition at line 52 of file query.c.
Referenced by query_user_xy().
query_id gui_query_window::id |
Next query in list.
Definition at line 46 of file query.c.
Referenced by query_user_xy(), ro_gui_query_apply(), ro_gui_query_click(), and ro_gui_query_window_lookup_id().
struct gui_query_window* gui_query_window::next |
Previous query in list.
Definition at line 44 of file query.c.
Referenced by query_user_xy(), ro_gui_query_close(), and ro_gui_query_window_lookup_id().
struct gui_query_window* gui_query_window::prev |
Definition at line 43 of file query.c.
Referenced by query_user_xy(), and ro_gui_query_close().
void* gui_query_window::pw |
Table of callback functions.
Definition at line 50 of file query.c.
Referenced by query_user(), query_user_xy(), ro_gui_query_apply(), and ro_gui_query_click().
wimp_w gui_query_window::window |
unique ID number for this query
Definition at line 47 of file query.c.
Referenced by query_close(), query_user_xy(), ro_gui_query_close(), and ro_gui_query_window_bring_to_front().