pub unsafe extern "C" fn XPGetElementDefaultDimensions(
inStyle: XPElementStyle,
outWidth: *mut c_int,
outHeight: *mut c_int,
outCanBeLit: *mut c_int,
)Expand description
XPGetElementDefaultDimensions
This routine returns the recommended or minimum dimensions of a given UI element. outCanBeLit tells whether the element has both a lit and unlit state. Pass NULL to not receive any of these parameters.