|
Class: CheckLabel
Object
|
+--GraphicsMedium
|
+--DisplaySurface
|
+--SimpleView
|
+--View
|
+--Label
|
+--CheckLabel
- Package:
- stx:libwidg
- Category:
- Views-Layout
- Version:
- rev:
1.8
date: 2021/01/20 14:38:28
- user: cg
- file: CheckLabel.st directory: libwidg
- module: stx stc-classLibrary: libwidg
used for labels in checkBoxes;
the only added functionality is the focus-frame
drawn around.
This is used with win95 styles only.
copyrightCOPYRIGHT (c) 1998 by 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.
defaults
-
defaultFont
-
accessing
-
hasFocus: aBoolean
-
set the value of the instance variable 'hasFocus' (automatically generated)
queries
-
hasFocus
-
return the value of the instance variable 'hasFocus' (automatically generated)
redrawing
-
drawWith: fg and: bg
-
(comment from inherited method)
redraw my label with fg/bg - this generic method is also used by subclasses
(especially Button) to redraw the logo in different colors.
|