Lines Matching refs:icon
54 * create all the icon manager windows for this screen.
115 * allocate a new icon manager
117 * \param name the name of this icon manager
118 * \param con_name the name of the associated icon
120 * \param columns the number of columns this icon manager has
160 * move the pointer around in an icon manager
251 twmWarning("unable to find window (%d, %d) in icon manager",
259 /* raise the frame so the icon manager is visible */
262 XWarpPointer(dpy, None, tmp->icon, 0, 0, 0, 0, 5, 5);
279 * jump from one icon manager to another, possibly even on another screen
281 * - F_NEXTICONMGR - go to the next icon manager
340 XWarpPointer(dpy, None, tmp_ip->active->icon, 0, 0, 0, 0, 5, 5);
346 * add a window to an icon manager
421 tmp->icon = XCreateWindow(dpy, tmp->w, 5, (int) (h - siconify_height) / 2,
436 XSaveContext(dpy, tmp->icon, TwmContext, (XPointer) tmp_win);
437 XSaveContext(dpy, tmp->icon, ScreenContext, (XPointer) Scr);
440 if (!ip->twm_win->icon) {
452 * put an allocated entry into an icon manager
454 * \param ip the icon manager pointer
510 * remove a window from the icon manager
528 XDeleteContext(dpy, tmp->icon, TwmContext);
529 XDeleteContext(dpy, tmp->icon, ScreenContext);
530 XDestroyWindow(dpy, tmp->icon);
588 * \param ip a pointer to the icon manager structure
621 * pack the icon manager windows following
624 * \param ip a pointer to the icon manager structure