mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
views: Add support for accelerators (issue #2102)
This commit is contained in:
@@ -29,6 +29,9 @@ class CefWindowView :
|
||||
// Returns true to signal that the Widget can be closed.
|
||||
virtual bool CanWidgetClose() = 0;
|
||||
|
||||
// Called when the underlying platform window is closing.
|
||||
virtual void OnWindowClosing() = 0;
|
||||
|
||||
// Called when the WindowView is about to be deleted.
|
||||
virtual void OnWindowViewDeleted() = 0;
|
||||
|
||||
@@ -58,6 +61,7 @@ class CefWindowView :
|
||||
base::string16 GetWindowTitle() const override;
|
||||
gfx::ImageSkia GetWindowIcon() override;
|
||||
gfx::ImageSkia GetWindowAppIcon() override;
|
||||
void WindowClosing() override;
|
||||
views::View* GetContentsView() override;
|
||||
views::ClientView* CreateClientView(views::Widget* widget) override;
|
||||
views::NonClientFrameView* CreateNonClientFrameView(
|
||||
|
Reference in New Issue
Block a user