NetSurf
Data Fields
gui_query_window Struct Reference

Data for a query window. More...

Collaboration diagram for gui_query_window:
[legend]

Data Fields

struct gui_query_windowprev
 
struct gui_query_windownext
 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_callbackcb
 RISC OS window handle. More...
 
void * pw
 Table of callback functions. More...
 
bool default_confirm
 Handle passed to callback functions. More...
 

Detailed Description

Data for a query window.

Definition at line 41 of file query.c.

Field Documentation

◆ cb

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().

◆ default_confirm

bool gui_query_window::default_confirm

Handle passed to callback functions.

Definition at line 52 of file query.c.

Referenced by query_user_xy().

◆ id

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().

◆ next

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().

◆ prev

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().

◆ pw

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().

◆ window

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().


The documentation for this struct was generated from the following file: