[][src]Crate ommui_frontend_gtk

Common functionality for the ommui applications.

Re-exports

pub use branding::Branding;
pub use error::Error;
pub use pixbufs::LoadFromBytes;
pub use pixbufs::LoadPixbufs;
pub use pixbufs::Pixbufs;
pub use xtr::XTr;

Modules

branding

Branding capabilities for ommui.

error

The error type used throughout this crate.

geometry

Some geometry helper functionality.

locale

Locale capabilities for the crate.

pixbufs

Functionality to work with gdk pixbufs.

plot

Curve plotting helper functionalty for the plotters crate.

theme

Theming functionality for ommui.

udisks

Helper functionality for interfacing with udisks2.

ui

User interface related modules, mostly relm-based widgets.

xtr

Translation for ommui-data items.

Constants

PADDING

Default padding for gtk-based widgets such as boxes.

SPACING

Default spacing for gtk-based widgets such as boxes.

Type Definitions

Result

The result type used thoughout this crate.