This file contains the general button controls.
An example of usage
Buttons.f contains the following definitions of interest:
DefStyle: ( -- style)
default control style
DefClassName: ( -- ClassName)
default class name
DefSize: ( -- cx cy)
default window size
DefPosition: ( -- x y)
default window position
SetText: ( lpString)
set the button text
DefStyle: ( -- style)
default control style
DefStyle: ( -- style)
default control style
DefStyle: ( -- style)
default control style
DefStyle: ( -- style)
default control style
DefStyle: ( -- style)
default control style
DefStyle: ( -- style)
default control style
SetImage: ( hBmp)
set the bitmap image to use with the button
GetImage: ( -- hBmp)
return the bitmap image used for the button
DefStyle: ( -- style)
default control style
SetImage: ( hIcon)
set the icon image to use with the button
GetImage: ( -- hBmp)
return the icon image used for the button