[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
Motif 2.1 Widget Writer's Guide
XmeQueryBestCursorSize
Finds the best cursor size
Format
#include <Xm/ScreenP.h>
void XmeQueryBestCursorSizeWidget
widgetDimension *widthDimension
*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.
widgetSpecifies any instantiated widget on the screen for which you desire
cursor information.
widthSpecifies the suggested cursor width for the display on which
widget is instantiated.
heightSpecifies the suggested cursor height for the display on which
widget is instantiated.
RELATED
XQueryBestCursor(3) and XQueryBestSize(3).
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]