1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-22 22:17:48 +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

@ -199,41 +199,45 @@
</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.TCefView.html#request_focus">request_focus</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefView">PCefView</a>); stdcall;</code></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefView.html#has_focus">has_focus</a></strong>: function(self: <a href="uCEFTypes.html#PCefView">PCefView</a>): Integer; 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.TCefView.html#request_focus">request_focus</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefView">PCefView</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.TCefView.html#set_background_color">set_background_color</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefView">PCefView</a>; 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.TCefView.html#get_background_color">get_background_color</a></strong>: function(self: <a href="uCEFTypes.html#PCefView">PCefView</a>): <a href="uCEFTypes.html#TCefColor">TCefColor</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.TCefView.html#get_theme_color">get_theme_color</a></strong>: function(self: <a href="uCEFTypes.html#PCefView">PCefView</a>; color_id: integer): <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.TCefView.html#convert_point_to_screen">convert_point_to_screen</a></strong>: function(self: <a href="uCEFTypes.html#PCefView">PCefView</a>; point: <a href="uCEFTypes.html#PCefPoint">PCefPoint</a>): 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.TCefView.html#convert_point_from_screen">convert_point_from_screen</a></strong>: function(self: <a href="uCEFTypes.html#PCefView">PCefView</a>; point: <a href="uCEFTypes.html#PCefPoint">PCefPoint</a>): 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.TCefView.html#convert_point_to_window">convert_point_to_window</a></strong>: function(self: <a href="uCEFTypes.html#PCefView">PCefView</a>; point: <a href="uCEFTypes.html#PCefPoint">PCefPoint</a>): 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.TCefView.html#convert_point_from_window">convert_point_from_window</a></strong>: function(self: <a href="uCEFTypes.html#PCefView">PCefView</a>; point: <a href="uCEFTypes.html#PCefPoint">PCefPoint</a>): 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.TCefView.html#convert_point_to_view">convert_point_to_view</a></strong>: function(self, view: <a href="uCEFTypes.html#PCefView">PCefView</a>; point: <a href="uCEFTypes.html#PCefPoint">PCefPoint</a>): 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.TCefView.html#convert_point_from_view">convert_point_from_view</a></strong>: function(self, view: <a href="uCEFTypes.html#PCefView">PCefView</a>; point: <a href="uCEFTypes.html#PCefPoint">PCefPoint</a>): Integer; stdcall;</code></td>
</tr>
@ -579,6 +583,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="has_focus"></span><code><strong>has_focus</strong>: function(self: <a href="uCEFTypes.html#PCefView">PCefView</a>): Integer; 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="request_focus"></span><code><strong>request_focus</strong>: procedure(self: <a href="uCEFTypes.html#PCefView">PCefView</a>); stdcall;</code></td>
</tr>
<tr><td colspan="2">