Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Typedef cef_state_t

   in cef_types.h

Represents the state of a setting.




Details

cef_state_t

public typedef enum {///// Use the default state for the setting./// STATE_DEFAULT = 0,///// Enable or allow the setting./// STATE_ENABLED,///// Disable or disallow the setting./// STATE_DISABLED, } cef_state_t;

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

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