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:
@@ -68,6 +68,12 @@ class CefButton : public CefView {
|
||||
/*--cef(default_retval=CEF_BUTTON_STATE_NORMAL)--*/
|
||||
virtual cef_button_state_t GetState() =0;
|
||||
|
||||
///
|
||||
// Sets the Button will use an ink drop effect for displaying state changes.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual void SetInkDropEnabled(bool enabled) =0;
|
||||
|
||||
///
|
||||
// Sets the tooltip text that will be displayed when the user hovers the mouse
|
||||
// cursor over the Button.
|
||||
|
Reference in New Issue
Block a user