[][src]Macro native_windows_gui::nwg_timer

macro_rules! nwg_timer {
    ($( $i:ident=$v:expr );*) => { ... };
}

Sane defaults for the Timer control.

Defaults:
• interval: 1000 (1 second)

Usage:
nwg_timer!(parent="MyParent";)
nwg_timer!(parent="MyParent"; interval=1)