mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
views: Add support for absolute positioned overlay views.
To test: Run `cefclient.exe --use-views --hide-frame --hide-controls` Add `--enable-chrome-runtime` for the same behavior using the Chrome location bar instead of a text field.
This commit is contained in:
@ -398,6 +398,7 @@ _simpletypes = {
|
||||
],
|
||||
'CefEventHandle': ['cef_event_handle_t', 'kNullEventHandle'],
|
||||
'CefWindowHandle': ['cef_window_handle_t', 'kNullWindowHandle'],
|
||||
'CefInsets': ['cef_insets_t', 'CefInsets()'],
|
||||
'CefPoint': ['cef_point_t', 'CefPoint()'],
|
||||
'CefRect': ['cef_rect_t', 'CefRect()'],
|
||||
'CefSize': ['cef_size_t', 'CefSize()'],
|
||||
|
Reference in New Issue
Block a user