|
Class: CodeCompletionHelpMenuView
Object
|
+--GraphicsMedium
|
+--DisplaySurface
|
+--SimpleView
|
+--View
|
+--ListView
|
+--SelectionInListView
|
+--MenuView
|
+--CodeCompletionHelpMenuView
- Package:
- stx:libtool
- Category:
- Interface-Help
- Version:
- rev:
1.9
date: 2021/03/14 14:32:03
- user: cg
- file: CodeCompletionHelpMenuView.st directory: libtool
- module: stx stc-classLibrary: libtool
used with code completion suggestions
copyrightCOPYRIGHT (c) 2013 by Claus Gittinger
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
-
infoPerEntry: something
-
initialization
-
initStyle
-
(comment from inherited method)
setup viewStyle specifics
queries
-
isGraphicItem: line
-
-
wantsFocusWithPointerEnter
-
DEFINITELY not, because if we do so,
the editView looses focus on entry, and sends me to hell in its lost focus handling!
So I will be terminated by a motion
selections
-
setSelection: newSelection
-
-
showInfoForSelection: newSelection
-
work in progress...
SimulatedMenuForHTMLView
|