views: Support accelerators in MenuButton label (issue #2102)

This commit is contained in:
Marshall Greenblatt
2017-02-23 15:24:45 -05:00
parent 6eaf11f07a
commit 16125bdbbd
11 changed files with 226 additions and 5 deletions

View File

@@ -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.