Lines Matching refs:width
381 int width, height; in gui_athena_create_pullright_pixmap() local
391 width = height - 2; in gui_athena_create_pullright_pixmap()
392 puller_width = width + 4; in gui_athena_create_pullright_pixmap()
393 retval = XCreatePixmap(gui.dpy,DefaultRootWindow(gui.dpy),width, in gui_athena_create_pullright_pixmap()
407 points[1].x = width - 1; in gui_athena_create_pullright_pixmap()
542 attrs.width, attrs.height, in createXpmImages()
545 attrs.width, attrs.height); in createXpmImages()
547 attrs.width, attrs.height, 0, 0); in createXpmImages()
1628 Dimension width; in gui_athena_popup_callback() local
1642 XtNwidth, &width, in gui_athena_popup_callback()
1646 XtTranslateCoords(menu->id,width - 5, 0, &root_x, &root_y); in gui_athena_popup_callback()
1704 Dimension width, height; in gui_athena_delayed_arm_action() local
1710 XtNwidth, &width, in gui_athena_delayed_arm_action()
1714 if (event->xmotion.x >= (int)width || event->xmotion.y >= (int)height) in gui_athena_delayed_arm_action()