diff options
Diffstat (limited to 'libtk/label.h')
| -rw-r--r-- | libtk/label.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libtk/label.h b/libtk/label.h index 6541a10b..7824ecec 100644 --- a/libtk/label.h +++ b/libtk/label.h @@ -45,8 +45,9 @@ enum { Bitpadx = 0, /* Bitmap padding in labels */ Bitpady = 0, CheckButton = 10, - CheckButtonBW = 2, + CheckButtonBW = 1, ButtonBorder = 4, + CheckSpace = CheckButton + 2*CheckButtonBW + 2*ButtonBorder, }; extern TkOption tkbutopts[]; @@ -63,8 +64,10 @@ extern char* tksetvar(TkTop*, char*, char*); /* buton.c */ extern Tk* tkmkbutton(TkTop*, int); extern void tksizebutton(Tk*); +extern char* tkdrawbutton(Tk*, Point); extern char* tkbuttoninvoke(Tk*, char*, char**); extern char* tkradioinvoke(Tk*, char*, char**); +extern void tkfreebutton(Tk*); /* support for menus */ extern int tklabelmargin(Tk*); |
