cef_popup_features_t

Popup window features.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_popup_features_t {
int x;
int xSet;
int y;
int ySet;
int width;
int widthSet;
int height;
int heightSet;
}

Members

Variables

isPopup
int isPopup;

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

Meta