hiGetWMOffsets
hiGetWMOffsets()
=> l_offsets
Description
Returns a list of offsets (dimensions) of the window manager border placed around each window.
This function can be used to specify arguments to various window functions, like hiGetAbsWindowScreenBBox, when you want to take the window manager border into account.
Arguments
Value Returned
Examples
Returns the dimensions of the window manager border.
hiGetWMOffsets( )
=> (6 23 12 29)
Related Topics
Return to top