DtvLong dal_but_get_geo (idb, pos, row, col, len, wid)

Gets the geometric parameters of the button in the button area passed.

Input Parameters Significance
DtvLong idb button area Id
DtvLong pos (logical) position of the button

Output Parameters Significance
DtvLong *row row position of the button [0 = not specified]
DtvLong *col column position of the button [0 = not specified]
DtvLong *len row length of the button [0 = not specified]
DtvLong *wid column width of the button [0 = not specified]

Return Code Significance
0 all ok
1 wrong (logical) position
-1 zero pointer

If you pass a zero pointer for row length / column width, no value will be returned.