Expand description
The GTK user interface.
Modules§
- action
- Actions on the UI triggered by keybindings.
- browser
- A container for the
Browser
struct that wraps thewebkit2gtk::WebView
. - dialogs
- Modal dialogs.
Structs§
- App
- The container for all the GTK widgets of the app – window, webview, etc. All of these are reference-counted, so should be cheap to clone.
Enums§
- Event
- Events that trigger UI changes.