class MASKING_DLL_DECLSPEC CheckBox

A check box is almost identical in functionality to a toggle button except that it draws itself differently.

Inheritance:

CheckBox - Button - Label - Widget - Rect


Protected Methods

[more]void Draw(Bitmap &canvas)
Draws the checkbox on the canvas.
[more]void MsgInitSkin()
Initializes the widget with the default checkbox bitmap, fonts and font colours from the skin and sets all the flags that define the behaviour of a checkbox


Documentation

A check box is almost identical in functionality to a toggle button except that it draws itself differently. It has a box with some sort of a check mark in it on the left side and some text on the right side.
ovoid Draw(Bitmap &canvas)
Draws the checkbox on the canvas. A small box with an optional check mark is drawn on the left and a single line of text is printed on the right side.

ovoid MsgInitSkin()
Initializes the widget with the default checkbox bitmap, fonts and font colours from the skin and sets all the flags that define the behaviour of a checkbox


Direct child classes:
RadioButton

Alphabetic index Hierarchy of classes


Back to front page   |   page generated with DOC++