mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
views: Support ink drop effect on buttons (issue #2102)
This commit is contained in:
@@ -54,6 +54,7 @@ class CefMenuButtonCToCpp
|
||||
CefRefPtr<CefLabelButton> AsLabelButton() OVERRIDE;
|
||||
void SetState(cef_button_state_t state) OVERRIDE;
|
||||
cef_button_state_t GetState() OVERRIDE;
|
||||
void SetInkDropEnabled(bool enabled) OVERRIDE;
|
||||
void SetTooltipText(const CefString& tooltip_text) OVERRIDE;
|
||||
void SetAccessibleName(const CefString& name) OVERRIDE;
|
||||
|
||||
|
Reference in New Issue
Block a user