@get
Description:
public static unowned Window @get (
ulong xwindow)
Gets a preexisting Window for the X window xwindow.
This will not create a Window if none exists. The function is robust against bogus
window IDs.
Parameters:
Returns:
|
the Window for xwindow. The returned
Window is owned by libwnck and must not be referenced or unreferenced.
|