Set Tab Icon/Label Padding - TABCTRL SENDMSG() Function 24

Syntax

NULL$=SENDMSG(sysgui,id,24,0,xy${,context{,ERR=lineref}})

Description

This function sets the amount of padding space around the icon and label of each tab.

Parameter

Description

sysgui

SYSGUI channel.

id

Tab control ID.

24

Number of this SENDMSG() function.

0

Always zero.

xy$

Pad spacing as described using the following template:

x:i(2),y:i(2)

The x field contains the horizontal spacing and the y field contains the vertical spacing.