Add UI with native Chrome toolbar types #5176
cjh1315553730
started this conversation in
General
Replies: 1 comment
-
You cannot modify the CEF headers that are provided with cefsharp. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I try to modity cef lib in cef/include/internal/cef_types.h
///
/// Chrome toolbar types.
///
typedef enum {
CEF_CTT_NONE = 1,
CEF_CTT_NORMAL,
CEF_CTT_LOCATION,
} cef_chrome_toolbar_type_t;
expose the enum of cef_chrome_toolbar_type_t.CEF_CTT_NORMAL
let the cetsharp can use chrome tab
Beta Was this translation helpful? Give feedback.
All reactions