mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
views: Add groups and focus/blur callbacks (issue #2102)
- cefclient: Only make menus focusable when ALT is pressed. - cefclient: Display sample top menu when passed the `--show-top-menu` command-line flag.
This commit is contained in:
@@ -71,6 +71,8 @@ class CefMenuButtonCToCpp
|
||||
CefRefPtr<CefWindow> GetWindow() OVERRIDE;
|
||||
int GetID() OVERRIDE;
|
||||
void SetID(int id) OVERRIDE;
|
||||
int GetGroupID() OVERRIDE;
|
||||
void SetGroupID(int group_id) OVERRIDE;
|
||||
CefRefPtr<CefView> GetParentView() OVERRIDE;
|
||||
CefRefPtr<CefView> GetViewForID(int id) OVERRIDE;
|
||||
void SetBounds(const CefRect& bounds) OVERRIDE;
|
||||
|
Reference in New Issue
Block a user