Buttons.f


This file contains the general button controls.


An example of usage

Buttons.f contains the following definitions of interest:

Class BaseButton

Methods

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

Class PushButton

Methods

DefStyle: ( -- style)
default control style

Class DefPushButton

Methods

DefStyle: ( -- style)
default control style

Class CheckBox

Methods

DefStyle: ( -- style)
default control style

Class RadioButton

Methods

DefStyle: ( -- style)
default control style

Class GroupBox

Methods

DefStyle: ( -- style)
default control style

Class BitmapButton

Methods

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

Class IconButton

Methods

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



Author: Jeff Kelm, (how to contact me)
URL: http://www.concentric.net/~jkelm/win32for/classidx2/buttons.htm
(Modified: 2005-01-07)