Module gtk::prelude [−][src]
Traits and essential types intended for blanket imports.
Structs
Continue |
Continue calling the closure in the future iterations or drop it. |
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. |