Lines Matching refs:location
979 * location - a pointer the the position or NULL.
984 PositionMenu(w, location)
986 XPoint * location;
993 if (location == NULL) {
998 location = &t_point;
1003 "Could not find location of mouse pointer");
1007 location->x = (short) root_x;
1008 location->y = (short) root_y;
1017 location->x -= (Position) w->core.width/2;
1025 location->y -= entry->rectangle.y + entry->rectangle.height/2;
1027 MoveMenu(w, (Position) location->x, (Position) location->y);
1034 * x, y - the current location of the widget.