Macro gstore::switch[][src]

macro_rules! switch {
    (
        $($text:tt)*
    ) => { ... };
}

gstore macro for the GTK Switch

See Also

Examples

switch! {
    properties {
        active: true
    }
};