Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:XWindowByProperty

1641   client_window=XWindowByProperty(display,target_window,state);
8983 remote_window=XWindowByProperty(display,root_window,remote_atom);
9894 % XWindowByProperty() locates a child window with a given property. If not
9899 % The format of the XWindowByProperty function is:
9901 % child=XWindowByProperty(display,window,property)
9905 % o child: XWindowByProperty returns the window id with the specified
9906 % property. If no windows are found, XWindowByProperty returns 0.
9914 MagickPrivate Window XWindowByProperty(Display *display,const Window window,
9962 child=XWindowByProperty(display,children[i],property);