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

Sets 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
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]

Output Parameters Significance
none -

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

If you pass a zero pointer for row length / column width, any previously passed value remains unchanged.

The function automatically invoke any set Button listener function.