Lines Matching +defs:property +defs:list
67 Atom property)
98 return XChangeProperty (dpy, w, property, XA_WM_SIZE_HINTS, 32,
104 * XSetWMHints sets the property
141 * XSetZoomHints sets the property
156 * XSetNormalHints sets the property
181 XIconSize *list,
182 int count) /* number of items on the list */
189 pp->minWidth = list->min_width;
190 pp->minHeight = list->min_height;
191 pp->maxWidth = list->max_width;
192 pp->maxHeight = list->max_height;
193 pp->widthInc = list->width_inc;
194 pp->heightInc = list->height_inc;
196 list += 1;