Skip to main content

cef_popup_features_t

Type Alias cef_popup_features_t 

Source
pub type cef_popup_features_t = _cef_popup_features_t;
Expand description

Popup window features.

Aliased Type§

#[repr(C)]
pub struct cef_popup_features_t { pub x: i32, pub xSet: i32, pub y: i32, pub ySet: i32, pub width: i32, pub widthSet: i32, pub height: i32, pub heightSet: i32, pub isPopup: i32, }

Fields§

§x: i32§xSet: i32§y: i32§ySet: i32§width: i32§widthSet: i32§height: i32§heightSet: i32§isPopup: i32

True (1) if browser interface elements should be hidden.