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

(default)
Struct _cef_menu_info_t

   in cef_types.h

struct _cef_menu_info_t

Structure representing menu information.


Field Summary
 int editFlags
          Values from the cef_handler_menucapabilitybits_t enumeration.
 cef_string_t frameUrl
          
 cef_string_t imageUrl
          
 cef_string_t linkUrl
          
 cef_string_t misspelledWord
          
 cef_string_t pageUrl
          
 cef_string_t securityInfo
          
 cef_string_t selectionText
          
 int typeFlags
          Values from the cef_handler_menutypebits_t enumeration.
 int x
          If window rendering is enabled |x| and |y| will be in screen coordinates.
 int y
          
 

Field Detail

editFlags

public int editFlags;
Values from the cef_handler_menucapabilitybits_t enumeration.

frameUrl

public cef_string_t frameUrl;

imageUrl

public cef_string_t imageUrl;

linkUrl

public cef_string_t linkUrl;

misspelledWord

public cef_string_t misspelledWord;

pageUrl

public cef_string_t pageUrl;

securityInfo

public cef_string_t securityInfo;

selectionText

public cef_string_t selectionText;

typeFlags

public int typeFlags;
Values from the cef_handler_menutypebits_t enumeration.

x

public int x;
If window rendering is enabled |x| and |y| will be in screen coordinates. Otherwise, |x| and |y| will be in view coordinates.

y

public int y;

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

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