X11WindowManager.on

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void on(void delegate(XEvent*)[int] handlers)
  2. void on(x11.X.Window window, void delegate(XEvent*)[int] handlers)
  3. void on(x11.X.Window window, Args args)
    class X11WindowManager
    void
    on
    (
    Args...
    )
    (
    x11.X.Window window
    ,
    Args args
    )
    if (
    allSatisfy!(isCallable, args)
    )

Meta