pub type cef_panel_delegate_t = _cef_panel_delegate_t;Expand description
Implement this structure to handle Panel events. The functions of this structure will be called on the browser process UI thread unless otherwise indicated.
NOTE: This struct is allocated client-side.
Aliased Type§
#[repr(C)]pub struct cef_panel_delegate_t {
pub base: _cef_view_delegate_t,
}Fields§
§base: _cef_view_delegate_tBase structure.