TOPLEVELBASE__DEFINE Name
TOPLEVELBASE Purpose
The purpose of this routine is to implement a top-level base widget as an object. If you wish
to create a non-top-level base widget object, use the BASEWIDGET object.
Author
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
Object widgets. Syntax
topLevelBase = Obj_New("TopLevelBase")
Superclasses
BASEWIDGET
WIDGETATOM
CATATOM
CATCONTAINER
IDL_CONTAINER
Class Structure
class = { TOPLEVELBASE, $ ; The TOPLEVELBASE object class name.
INHERITS BaseWidget, $ ; Subclassed from BASEWIDGET.
_TLB_Frame_Attr: 0 $ ; A flag that indicates the current top-level base frame attributes.
}
Modification History
Written by: David W.Fanning, 28 June 2002.