Macro tabs

Source
macro_rules! tabs {
    ($($title:expr => $view:expr), *) => { ... };
}
Expand description

Convenience macro to generate a TabDialog view

OSZAR »