Trait redwm::x11::traits::ManageWindows[][src]

pub trait ManageWindows: X11Connection {
    fn find_window_by_id(&self, win: Window) -> Option<&RedWindow>;
fn find_window_by_id_mut(&mut self, win: Window) -> Option<&mut RedWindow>;
fn redraw_titlebar(&self, state: &RedWindow) -> WmReply<()>; }
Expand description

Functions for managing windows

Required methods

Implementors