Module gtk::prelude
[−]
[src]
Traits and essential types inteded for blanket imports.
Reexports
pub use glib::prelude::*; |
Structs
Inhibit |
Whether to propagate the signal to the default handler. |
Traits
Functions
idle_add |
Adds a closure to be called by the default main loop when it's idle. |
timeout_add |
Adds a closure to be called by the default main loop at regular intervals with millisecond granularity. |
timeout_add_seconds |
Adds a closure to be called by the default main loop at regular intervals with second granularity. |