Lines Matching refs:XWindowByID
4962 target=XWindowByID(display,root,(Window)
5315 windows->group_leader.id=XWindowByID(display,root_window,(Window)
8975 remote_window=XWindowByID(display,root_window,(Window)
9739 % XWindowByID() locates a child window with a given ID. If not window with
9743 % The format of the XWindowByID function is:
9745 % child=XWindowByID(display,window,id)
9749 % o child: XWindowByID returns the window with the specified
9750 % id. If no windows are found, XWindowByID returns 0.
9758 MagickPrivate Window XWindowByID(Display *display,const Window root_window,
9795 window=XWindowByID(display,children[i],id);