1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-07-12 22:30:17 +02:00

Update to CEF 131.2.3

This commit is contained in:
Salvador Díaz Fau
2024-11-16 12:19:26 +01:00
parent 6256c2c35f
commit 87843f4b8f
184 changed files with 6022 additions and 4915 deletions

View File

@ -111,89 +111,93 @@
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#set_title">set_title</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>; const title: <a href="uCEFTypes.html#PCefString">PCefString</a>); stdcall;</code></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#get_focused_view">get_focused_view</a></strong>: function(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>): <a href="uCEFTypes.html#PCefView">PCefView</a>; stdcall;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#set_title">set_title</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>; const title: <a href="uCEFTypes.html#PCefString">PCefString</a>); stdcall;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#get_title">get_title</a></strong>: function(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>): <a href="uCEFTypes.html#PCefStringUserFree">PCefStringUserFree</a>; stdcall;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#set_window_icon">set_window_icon</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>; image: <a href="uCEFTypes.html#PCefImage">PCefImage</a>); stdcall;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#get_window_icon">get_window_icon</a></strong>: function(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>): <a href="uCEFTypes.html#PCefImage">PCefImage</a>; stdcall;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#set_window_app_icon">set_window_app_icon</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>; image: <a href="uCEFTypes.html#PCefImage">PCefImage</a>); stdcall;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#get_window_app_icon">get_window_app_icon</a></strong>: function(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>): <a href="uCEFTypes.html#PCefImage">PCefImage</a>; stdcall;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#add_overlay_view">add_overlay_view</a></strong>: function(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>; view: <a href="uCEFTypes.html#PCefView">PCefView</a>; docking_mode: <a href="uCEFTypes.html#TCefDockingMode">TCefDockingMode</a>; can_activate: integer): <a href="uCEFTypes.html#PCefOverlayController">PCefOverlayController</a>; stdcall;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#show_menu">show_menu</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>; menu_model: <a href="uCEFTypes.html#PCefMenuModel">PCefMenuModel</a>; const screen_point: <a href="uCEFTypes.html#PCefPoint">PCefPoint</a>; anchor_position : <a href="uCEFTypes.html#TCefMenuAnchorPosition">TCefMenuAnchorPosition</a>); stdcall;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#cancel_menu">cancel_menu</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>); stdcall;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#get_display">get_display</a></strong>: function(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>): <a href="uCEFTypes.html#PCefDisplay">PCefDisplay</a>; stdcall;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#get_client_area_bounds_in_screen">get_client_area_bounds_in_screen</a></strong>: function(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>): <a href="uCEFTypes.TCefRect.html">TCefRect</a>; stdcall;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#set_draggable_regions">set_draggable_regions</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>; regionsCount: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; const regions: <a href="uCEFTypes.html#PCefDraggableRegionArray">PCefDraggableRegionArray</a>); stdcall;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#get_window_handle">get_window_handle</a></strong>: function(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>): <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a>; stdcall;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#send_key_press">send_key_press</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>; key_code: Integer; event_flags: cardinal); stdcall;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#send_mouse_move">send_mouse_move</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>; screen_x, screen_y: Integer); stdcall;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#send_mouse_events">send_mouse_events</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>; button: <a href="uCEFTypes.html#TCefMouseButtonType">TCefMouseButtonType</a>; mouse_down, mouse_up: Integer); stdcall;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#set_accelerator">set_accelerator</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>; command_id, key_code, shift_pressed, ctrl_pressed, alt_pressed, high_priority: Integer); stdcall;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#remove_accelerator">remove_accelerator</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>; command_id: Integer); stdcall;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#remove_all_accelerators">remove_all_accelerators</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>); stdcall;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#set_theme_color">set_theme_color</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>; color_id: integer; color: <a href="uCEFTypes.html#TCefColor">TCefColor</a>); stdcall;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#theme_changed">theme_changed</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>); stdcall;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefWindow.html#get_runtime_style">get_runtime_style</a></strong>: function(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>): <a href="uCEFTypes.html#TCefRuntimeStyle">TCefRuntimeStyle</a>; stdcall;</code></td>
</tr>
@ -363,6 +367,14 @@
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="get_focused_view"></span><code><strong>get_focused_view</strong>: function(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>): <a href="uCEFTypes.html#PCefView">PCefView</a>; stdcall;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="set_title"></span><code><strong>set_title</strong>: procedure(self: <a href="uCEFTypes.html#PCefWindow">PCefWindow</a>; const title: <a href="uCEFTypes.html#PCefString">PCefString</a>); stdcall;</code></td>
</tr>
<tr><td colspan="2">