[−][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; |
Modules
branding | Branding capabilities for ommui. |
error | The error type used throughout this crate. |
export | Exporting samplic data to other file formats. |
geometry | Some geometry helper functionality. |
locale | Locale capabilities for the crate. |
pixbufs | Functionality to work with gdk pixbufs. |
statistics | Statistics functionality for samplic result values. |
theme | Theming functionality for ommui. |
udisks | Helper functionality for interfacing with udisks2. |
ui | User interface related modules, mostly relm-based widgets. |
Constants
PADDING | Default padding for gtk-based widgets such as boxes. |
SPACING | Default spacing for gtk-based widgets such as boxes. |
Traits
XTr | A translation trait. |
Type Definitions
Result | The result type used thoughout this crate. |