Window.grab - multiple declarations

Function Window.grab

Sets whether the window grabs input or not

void grab (
  bool g
) @property;

Function Window.grab

Gets whether the window grabs input or not

bool grab() @property;