#include <BtGuiCheckList.h>
Inheritance diagram for BtGuiCheckList::

Public Methods | |
| BtGuiCheckList (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiCheckList (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiCheckList () | |
| virtual bool | create () |
NAME: BtGuiCheckList - Tix-based checklist widget
DESCRIPTION:
C++ interface to a check list widget in Tix, for use in GUI building. This widget can manage multiple and single choice lists, either one-level or as a hierarchy.
|
|
See documentation for the base class, "BtGuiWidget". |
|
|
See documentation of one of the overloaded constructor. |
|
|
|
|
|
Create the widget and feed it to the Tix interpreter. Returns true if the creation was successful, otherwise it returns false. Reimplemented from BtGuiWidget. |