- base
cef_panel_delegate_t base;
Undocumented in source.
- can_close
int function(cef_window_delegate_t*, cef_window_t*) can_close;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- can_maximize
int function(cef_window_delegate_t*, cef_window_t*) can_maximize;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- can_minimize
int function(cef_window_delegate_t*, cef_window_t*) can_minimize;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- can_resize
int function(cef_window_delegate_t*, cef_window_t*) can_resize;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_parent_window
cef_window_t* function(cef_window_delegate_t*, cef_window_t*, int*, int*) get_parent_window;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_frameless
int function(cef_window_delegate_t*, cef_window_t*) is_frameless;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- on_accelerator
int function(cef_window_delegate_t*, cef_window_t*, int) on_accelerator;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- on_key_event
int function(cef_window_delegate_t*, cef_window_t*, const(cef_key_event_t)*) on_key_event;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- on_window_created
void function(cef_window_delegate_t*, cef_window_t*) on_window_created;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- on_window_destroyed
void function(cef_window_delegate_t*, cef_window_t*) on_window_destroyed;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.