You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Update to CEF 90.5.4
This commit is contained in:
@ -79,7 +79,6 @@ type
|
||||
function IsSpellCheckEnabled: Boolean;
|
||||
function GetEditStateFlags: TCefContextMenuEditStateFlags;
|
||||
function IsCustomMenu: Boolean;
|
||||
function IsPepperMenu: Boolean;
|
||||
public
|
||||
class function UnWrap(data: Pointer): ICefContextMenuParams;
|
||||
end;
|
||||
@ -193,11 +192,6 @@ begin
|
||||
Result := PCefContextMenuParams(FData)^.is_editable(PCefContextMenuParams(FData)) <> 0;
|
||||
end;
|
||||
|
||||
function TCefContextMenuParamsRef.IsPepperMenu: Boolean;
|
||||
begin
|
||||
Result := PCefContextMenuParams(FData)^.is_pepper_menu(PCefContextMenuParams(FData)) <> 0;
|
||||
end;
|
||||
|
||||
function TCefContextMenuParamsRef.IsSpellCheckEnabled: Boolean;
|
||||
begin
|
||||
Result := PCefContextMenuParams(FData)^.is_spell_check_enabled(PCefContextMenuParams(FData)) <> 0;
|
||||
|
Reference in New Issue
Block a user