mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add CefContextMenuParams::GetTitleText method (issue #2030)
This commit is contained in:
@ -195,6 +195,13 @@ class CefContextMenuParams : public virtual CefBase {
|
||||
/*--cef()--*/
|
||||
virtual bool HasImageContents() =0;
|
||||
|
||||
///
|
||||
// Returns the title text or the alt text if the context menu was invoked on
|
||||
// an image.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual CefString GetTitleText() = 0;
|
||||
|
||||
///
|
||||
// Returns the URL of the top level page that the context menu was invoked on.
|
||||
///
|
||||
|
Reference in New Issue
Block a user