Name

XmeQueryBestCursorSize — Finds the best cursor size

Synopsis

#include <Xm/ScreenP.h>
void XmeQueryBestCursorSize(widget, width, height);

DESCRIPTION

XmeQueryBestCursorSize finds the best cursor size for a particular screen. XmeQueryBestCursorSize is similar to the Xlib call XQueryBestSize. The only difference is that XmeQueryBestCursorSize does not make a server request each time it is called. Therefore, XmeQueryBestCursorSize is more efficient than XQueryBestSize.

widget 

Specifies any instantiated widget on the screen for which you desire cursor information.

width 

Specifies the suggested cursor width for the display on which widget is instantiated.

height 

Specifies the suggested cursor height for the display on which widget is instantiated.

RELATED

XQueryBestCursor(3) and XQueryBestSize(3).