STATUSBAR__DEFINE Name
STATUSBAR Purpose
The purpose of this routine is to implement a status bar that can be used
to alert the user to the current status of the system.
Authors
FANNING SOFTWARE CONSULTING BURRIDGE COMPUTING
1645 Sheely Drive 18 The Green South
Fort Collins Warborough, Oxon
CO 80526 USA OX10 7DN, ENGLAND
Phone: 970-221-0438 Phone: +44 (0)1865 858279
E-mail: davidf@dfanning.com E-mail: davidb@burridgecomputing.co.uk
Category
Compound object widgets. Syntax
aStatusBar = Obj_New("STATUSBAR", theParent, Status='Ready')
Superclasses
LABELWIDGET
WIDGETATOM
CATATOM
CATCONTAINER
IDL_CONTAINER
Class Structure
class = { STATUSBAR, $
INHERITS LABELWIDGET, $ ; Inherits LABELWIDGET.
_percent: 0L $ ; Percentage of size of parent widget.
}
Modification History
Written by: David W.Fanning, 25 August 2002.