mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
- Add developer tools support (issue #127).
- Send title change notifications generated after page content is done loading. - Restore windows and bring to the front in BrowserWebViewDelegate::show(). git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@168 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -263,6 +263,13 @@ typedef struct _cef_browser_t
|
||||
void (CEF_CALLBACK *set_zoom_level)(struct _cef_browser_t* self,
|
||||
double zoomLevel);
|
||||
|
||||
// Open developer tools in its own window.
|
||||
void (CEF_CALLBACK *show_dev_tools)(struct _cef_browser_t* self);
|
||||
|
||||
// Explicitly close the developer tools window if one exists for this browser
|
||||
// instance.
|
||||
void (CEF_CALLBACK *close_dev_tools)(struct _cef_browser_t* self);
|
||||
|
||||
} cef_browser_t;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user