[TComboBox] [Index] [TControl]

Class TControl


File: <toad/control.hh>

The base class for controllers like radiobuttons, checkboxes, textfields and the like. Enable/Disable the control and call enabled() afterwards.
It's up to the implementation of the control to decide what to do with it.

Super Classes

TWindow

Attributes

Methods

Enabled
public bool Enabled()
SetEnabled
public void SetEnabled(bool b)
TControl
public TControl(TWindow *parent, const string &title)
enabled
protected virtual void enabled()
Called after the control was enabled/disabled by a call to SetEnabled(). The default behaviour is to call Invalidate() and to accept/reject the keyboard focus.
focus
protected void focus()

This page was generated with Stupid -- Another stupid C++ to HTML generator
Written 1998,99 by The Wizards of Zilog
Copyright © 1998,99 by the TOAD Project