XPGetWindowDefaultDimensions
WIDGET_API void XPGetWindowDefaultDimensions(
XPWindowStyle inStyle,
int * outWidth, /* Can be NULL */
int * outHeight); /* Can be NULL */
This routine returns the default dimensions for a window. Output is either a minimum or fixed value depending on whether the window is scalable.