cef_window_t

Undocumented in source.
struct cef_window_t {}

Members

Variables

activate
void function(cef_window_t*) activate;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
base
cef_panel_t base;
Undocumented in source.
bring_to_top
void function(cef_window_t*) bring_to_top;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
cancel_menu
void function(cef_window_t*) cancel_menu;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
center_window
void function(cef_window_t*, const(cef_size_t)*) center_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.
close
void function(cef_window_t*) 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.
deactivate
void function(cef_window_t*) deactivate;
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_client_area_bounds_in_screen
cef_rect_t function(cef_window_t*) get_client_area_bounds_in_screen;
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_display
cef_display_t* function(cef_window_t*) get_display;
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_title
cef_string_userfree_t function(cef_window_t*) get_title;
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_window_app_icon
cef_image_t* function(cef_window_t*) get_window_app_icon;
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_window_handle
cef_window_handle_t function(cef_window_t*) get_window_handle;
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_window_icon
cef_image_t* function(cef_window_t*) get_window_icon;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
hide
void function(cef_window_t*) hide;
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_active
int function(cef_window_t*) is_active;
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_always_on_top
int function(cef_window_t*) is_always_on_top;
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_closed
int function(cef_window_t*) is_closed;
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_fullscreen
int function(cef_window_t*) is_fullscreen;
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_maximized
int function(cef_window_t*) is_maximized;
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_minimized
int function(cef_window_t*) is_minimized;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
maximize
void function(cef_window_t*) 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.
minimize
void function(cef_window_t*) 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.
remove_accelerator
void function(cef_window_t*, int) remove_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.
remove_all_accelerators
void function(cef_window_t*) remove_all_accelerators;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
restore
void function(cef_window_t*) restore;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
send_key_press
void function(cef_window_t*, int, uint) send_key_press;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
send_mouse_events
void function(cef_window_t*, cef_mouse_button_type_t, int, int) send_mouse_events;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
send_mouse_move
void function(cef_window_t*, int, int) send_mouse_move;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
set_accelerator
void function(cef_window_t*, int, int, int, int, int) set_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.
set_always_on_top
void function(cef_window_t*, int) set_always_on_top;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
set_draggable_regions
void function(cef_window_t*, size_t, const(cef_draggable_region_t*)) set_draggable_regions;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
set_fullscreen
void function(cef_window_t*, int) set_fullscreen;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
set_title
void function(cef_window_t*, const(cef_string_t)*) set_title;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
set_window_app_icon
void function(cef_window_t*, cef_image_t*) set_window_app_icon;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
set_window_icon
void function(cef_window_t*, cef_image_t*) set_window_icon;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
show
void function(cef_window_t*) show;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
show_menu
void function(cef_window_t*, cef_menu_model_t*, const(cef_point_t)*, cef_menu_anchor_position_t) show_menu;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta