NetSurf
|
Data Fields | |
struct browser_window *(* | get_bw )(void *ctx) |
callback to obtain a browser window for navigation More... | |
void * | get_bw_ctx |
context passed to get_bw function More... | |
Definition at line 43 of file completion.c.
struct browser_window *(* nsgtk_completion_ctx::get_bw) (void *ctx) |
callback to obtain a browser window for navigation
Definition at line 148 of file completion.c.
Referenced by nsgtk_completion_match_select().
void* nsgtk_completion_ctx::get_bw_ctx |
context passed to get_bw function
Definition at line 52 of file completion.c.
Referenced by nsgtk_completion_match_select().