window

Function window 

Source
pub fn window(id: u32) -> Window
Expand description

Get the window by id

§Arguments

  • id - id of the window or None

§Examples

use libwmctl::prelude::*;
let win = libwmctl::window(1234);