Chromium Embedded Framework (CEF)  121.3.2+gce31761+chromium-121.0.6167.75
cef_popup_features_t Struct Reference

Popup window features. More...

#include "include/internal/cef_types.h"

Inheritance diagram for cef_popup_features_t:
CefPopupFeatures

Public Attributes

int x
 
int xSet
 
int y
 
int ySet
 
int width
 
int widthSet
 
int height
 
int heightSet
 
int isPopup
 True (1) if browser interface elements should be hidden. More...
 

Detailed Description

Popup window features.

Member Data Documentation

◆ height

int cef_popup_features_t::height

◆ heightSet

int cef_popup_features_t::heightSet

◆ isPopup

int cef_popup_features_t::isPopup

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

◆ width

int cef_popup_features_t::width

◆ widthSet

int cef_popup_features_t::widthSet

◆ x

int cef_popup_features_t::x

◆ xSet

int cef_popup_features_t::xSet

◆ y

int cef_popup_features_t::y

◆ ySet

int cef_popup_features_t::ySet

The documentation for this struct was generated from the following file: