Skip to main content

Module ui

Module ui 

Source
Expand description

Browser UI components and window render state.

Structs§

BasicChrome
The default chrome for a browser window: a top toolbar and the page content area below it.
BasicContextMenu
The default ContextMenu for a browser window: a vertical list of actions shown at the right-click position.
BrowserRenderer
BrowserRenderer は実際の描画を担当する。
BrowserUi
BrowserUi は 1 ウィンドウ分の状態管理を担当する。
ChromeEventResult
The outcome of dispatching a pointer event to the chrome.
ClickContext
Information about the right-click that requested the context menu.
FetchRequest
MenuEventResult
The outcome of dispatching a pointer event to an open context menu.
MenuItem
One selectable entry of the default context menu.
RenderState
Render state for a browser window.
TabId
TabId(0) is BrowserChrome.

Enums§

ChromeAction
An action the chrome wants the browser core to perform on the active tab or window.

Traits§

Chrome
The window chrome surrounding the web content.
ContextMenu
The context menu opened by right-clicking the web view.