You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-22 22:17:48 +02:00
Update to CEF 125.0.19
This commit is contained in:
@ -211,25 +211,29 @@
|
||||
</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#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>
|
||||
<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">
|
||||
<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">
|
||||
<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="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_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="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_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="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_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="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_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>
|
||||
@ -599,6 +603,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_theme_color"></span><code><strong>get_theme_color</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><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="convert_point_to_screen"></span><code><strong>convert_point_to_screen</strong>: function(self: <a href="uCEFTypes.html#PCefView">PCefView</a>; point: <a href="uCEFTypes.html#PCefPoint">PCefPoint</a>): Integer; stdcall;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
|
Reference in New Issue
Block a user