type TCefLayout = record
A Layout handles the sizing of the children of a Panel according to implementation-specific heuristics. Methods must be called on the browser process UI thread unless otherwise indicated.
Implemented by ICefLayout.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/views/cef_layout_capi.h">CEF source file: /include/capi/views/cef_layout_capi.h (cef_layout_t))
base: TCefBaseRefCounted; |
|
as_box_layout: function(self: PCefLayout): PCefBoxLayout; stdcall; |
|
as_fill_layout: function(self: PCefLayout): PCefFillLayout; stdcall; |
|
is_valid: function(self: PCefLayout): Integer; stdcall; |
base: TCefBaseRefCounted; |
|
This item has no description. |
as_box_layout: function(self: PCefLayout): PCefBoxLayout; stdcall; |
|
This item has no description. |
as_fill_layout: function(self: PCefLayout): PCefFillLayout; stdcall; |
|
This item has no description. |
is_valid: function(self: PCefLayout): Integer; stdcall; |
|
This item has no description. |