Macro gstore::header_bar[][src]

macro_rules! header_bar {
    (
        titled $title:expr
    ) => { ... };
    (
        $($text:tt)*
    ) => { ... };
}