mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
views: Support accelerators in MenuButton label (issue #2102)
This commit is contained in:
@@ -40,6 +40,9 @@ class CefMenuButtonImpl :
|
||||
// CefViewAdapter methods:
|
||||
std::string GetDebugType() override { return "MenuButton"; }
|
||||
|
||||
// CefView methods:
|
||||
void SetFocusable(bool focusable) override;
|
||||
|
||||
private:
|
||||
// Create a new implementation object.
|
||||
// Always call Initialize() after creation.
|
||||
|
Reference in New Issue
Block a user