TEXTWIDGET__DEFINE Name
TEXTWIDGET Purpose
The purpose of this routine is to implement a text widget as an object.
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
Object widgets. Syntax
textWidget = Obj_New("TextWidget", theParent, Value='The Text')
Superclasses
WIDGETATOM
CATATOM
CATCONTAINER
IDL_CONTAINER Class Structure
class = { TEXTWIDGET, INHERITS WidgetAtom }
Modification History
Written by: David W. Fanning, 24 July 2002.
Modified keywords in the SetProperty method that started with SET_,
dropping this prefix to keep them consistent with the same keywords
in the GetProperty method. 18 July 2004. DWF.
Typo preventing text widgets from being set to EDITABLE in INIT
method fixed. 28 Oct 2010. DWF