Chromium Embedded Framework (CEF)  135.0.1+gd336310+chromium-135.0.7049.3
cef_popup_features_t Struct Reference

Popup window features. More...

#include "include/internal/cef_types.h"

Public Attributes

size_t size
 Size of this structure. More...
 
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.

◆ size

size_t cef_popup_features_t::size

Size of this structure.

◆ 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: