|
Class: TreeItemWithImage
Object
|
+--TreeItem
|
+--TreeItemWithImage
- Package:
- stx:libwidg2
- Category:
- Interface-Support
- Version:
- rev:
1.5
date: 2021/01/20 14:40:49
- user: cg
- file: TreeItemWithImage.st directory: libwidg2
- module: stx stc-classLibrary: libwidg2
Like a regular TreeItem, but provides its own icon image.
[instance variables:]
image <ImageOrForm> my icon image
[class variables:]
copyrightCOPYRIGHT (c) 1999 eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
accessing
-
icon
-
return the value of the instance variable 'icon' (automatically generated)
-
icon: something
-
set the value of the instance variable 'icon' (automatically generated)
|