Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Struct _cef_popup_features_t

   in cef_types.h

struct _cef_popup_features_t

Popup window features.


Field Summary
 cef_string_list_t additionalFeatures
          
 bool dialog
          
 bool fullscreen
          
 int height
          
 bool heightSet
          
 bool locationBarVisible
          
 bool menuBarVisible
          
 bool resizable
          
 bool scrollbarsVisible
          
 bool statusBarVisible
          
 bool toolBarVisible
          
 int width
          
 bool widthSet
          
 int x
          
 bool xSet
          
 int y
          
 bool ySet
          
 

Field Detail

additionalFeatures

public cef_string_list_t additionalFeatures;

dialog

public bool dialog;

fullscreen

public bool fullscreen;

height

public int height;

heightSet

public bool heightSet;

locationBarVisible

public bool locationBarVisible;

menuBarVisible

public bool menuBarVisible;

resizable

public bool resizable;

scrollbarsVisible

public bool scrollbarsVisible;

statusBarVisible

public bool statusBarVisible;

toolBarVisible

public bool toolBarVisible;

width

public int width;

widthSet

public bool widthSet;

x

public int x;

xSet

public bool xSet;

y

public int y;

ySet

public bool ySet;

 Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2011 Marshall A. Greenblatt