cef_fill_layout_t

Type Alias cef_fill_layout_t 

Source
pub type cef_fill_layout_t = _cef_fill_layout_t;
Expand description

A simple Layout that causes the associated Panel’s one child to be sized to match the bounds of its parent. Methods must be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

Aliased Type§

#[repr(C)]
pub struct cef_fill_layout_t { pub base: _cef_layout_t, }

Fields§

§base: _cef_layout_t

Base structure.