array wb_get_size (mixed object [, bool lparam])
Gets the dimensions of a control, window or image.
Generally it returns an array where
the first
element is the width and the second is the height. Measurements are in pixels.
If lparam is TRUE, the area returned will not include the title bar
and borders. Default is FALSE
. The function will return the integer WBC_MINIMIZED
instead of an
array if the requested window is minimized, or NULL on error.
If object is a ListView handle
and lparam is TRUE
, the function returns an array with the
widths of the column headers. If lparam is omitted or FALSE
,
the function behaves normally like described above
object may be one of the following:
|
wb_get_position
wb_set_size
Image functions
Control functions
Window functions