XADgetw


Purpose
Get the width of an object.
Synopsis
function XADgetw(id:integer):integer
Argument
id 
Object identifier
Return value
Width of the object.
Further information
This function returns the width (in pixels) of the object. If the identifier id represents a window, and its value is negative (e.g. -1000000000), then the inner width of the window is returned. This represents the 'useable' space of a window, as it excludes borders, menus, titles, etc.
Related topics
XADgeth, XADgetx, XADgety


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.