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

(default)
Class CefWindowInfo

traits::struct_type
   |
   +--CefStructBase
         |
         +--CefWindowInfo

   in cef_win.h

class CefWindowInfo
extends CefStructBase

Class representing window information.


Inner Classes, Typedefs, and Enums
typedef CefWindowInfo::parent
          
   
Fields inherited from class CefStructBase
attached_to_
 
Constructor Summary
explicit CefWindowInfo( const cef_window_info_t& r )
          
explicit 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

CefWindowInfo

public explicit CefWindowInfo( const cef_window_info_t& r );

CefWindowInfo

public explicit CefWindowInfo( const CefWindowInfo& r );

CefWindowInfo

public CefWindowInfo();


Method Detail

SetAsChild

public void SetAsChild( HWND hWndParent, RECT windowRect );

SetAsOffScreen

public void SetAsOffScreen( HWND hWndParent );

SetAsPopup

public void SetAsPopup( HWND hWndParent, const CefString& windowName );

SetTransparentPainting

public void SetTransparentPainting( BOOL transparentPainting );

 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