Difference between revisions of "XPGetWindowDefaultDimensions"
From X-Plane SDK
m (1 revision) |
|
(No difference)
|
Latest revision as of 19:51, 20 April 2009
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.