|
CEF C++ API Docs - Revision 439 | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
traits::struct_type
|
+--CefStructBase
|
+--CefWindowInfo
in cef_win.hClass representing window information.
| Inner Classes, Typedefs, and Enums | |
typedef |
CefWindowInfo::parent
|
| Fields inherited from class CefStructBase |
attached_to_ |
| Constructor Summary | |
CefWindowInfo( const cef_window_info_t& r )
|
|
CefWindowInfo( const CefWindowInfo& r )
|
|
CefWindowInfo()
|
|
| Method Summary | |
void |
SetAsChild( HWND hWndParent, RECT windowRect )
|
void |
SetAsOffScreen( HWND hWndParent )
|
void |
SetAsPopup( HWND hWndParent, const CefString& windowName )
|
void |
SetTransparentPainting( BOOL transparentPainting )
|
| Methods inherited from class CefStructBase |
Reset, AttachTo, DetachTo, Set, operator=, operator=, Init, Clear |
| Constructor Detail |
public CefWindowInfo( const cef_window_info_t& r );
public CefWindowInfo( const CefWindowInfo& r );
public CefWindowInfo();
| Method Detail |
public void SetAsChild( HWND hWndParent, RECT windowRect );
public void SetAsOffScreen( HWND hWndParent );
public void SetAsPopup( HWND hWndParent, const CefString& windowName );
public void SetTransparentPainting( BOOL transparentPainting );
|
CEF C++ API Docs - Revision 439 | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||