Crate trinket[][src]

Expand description

Trinket Widget Library

Trinket needs to be initialized before use by calling init(), which should be called after [gtk::init()].

To use widget methods import use trinket::prelude::*;. For subclassing widgets add use trinket::subclass::prelude::*;.

See also: C API Reference.

Modules

Structs

A notification object to be consumed by crate::NotificationBin.

An overlay that displays crate::Notifications and the content for a window.

A widget to display the progress of an operation.

A widget that display a QR Code.

Constants

Functions

Initializes Trinket.