Struct webkitten::Engine [] [src]

pub struct Engine {
    pub config: Config,
    // some fields omitted
}

The core of a webkitten application. The engine handles configuration options and responding to lifecycle and user events from the UI.

Fields

Methods

impl Engine
[src]

Create a new application engine

Any arguments specified at launch to be opened

Reload configuration from path

Trait Implementations

impl EventHandler for Engine
[src]

Handle a request to open a URI in a new frame

Handle a Return key press within the command bar

Close the application

Get available commands and/or arguments given a prefix

Handle a buffer event Read more