Macro gabelstaplerwm::toggle_show_tag [] [src]

macro_rules! toggle_show_tag {
    ($tag:expr;; $print:expr) => { ... };
    ($tag:expr $(; $print:expr)*) => { ... };
}

Toggle a tag on the current tagset.

Returns a closure for use with bind!.

Usage

The toggle_show_tag! macro expects a tag to be toggled on the currently viewed tagset.

As always, the last parameter(s) specify objects to be printed after completion of the action.