Lines Matching refs:rect
451 * rect - an X rectance containing the cursor bounds.
452 * Returns: none (fills in rect).
457 GetCursorBounds(w, rect)
459 XRectangle * rect;
461 rect->x = rect->y = rect->width = rect->height = 0;
762 * rect - an X rectance containing the cursor bounds.
763 * Returns: none (fills in rect).
769 XawTextSinkGetCursorBounds(Widget w, XRectangle *rect)
771 XawTextSinkGetCursorBounds(w, rect)
773 XRectangle * rect;
778 (*class->text_sink_class.GetCursorBounds)(w, rect);