class: CodeCompletionHelpMenuView
authorClaus Gittinger <cg@exept.de>
Mon, 09 Sep 2013 13:21:37 +0200
changeset 13537 968b3d74a2b8
parent 13536 c7a7ca8afcdd
child 13538 bd35b9f1813a
class: CodeCompletionHelpMenuView added: #initStyle changed: #list:expandTabs:scanForNonStrings:includesNonStrings:redraw: #scrollTo:redraw:
CodeCompletionHelpMenuView.st
--- a/CodeCompletionHelpMenuView.st	Mon Sep 09 13:21:15 2013 +0200
+++ b/CodeCompletionHelpMenuView.st	Mon Sep 09 13:21:37 2013 +0200
@@ -46,6 +46,13 @@
 "
 ! !
 
+!CodeCompletionHelpMenuView methodsFor:'initialization'!
+
+initStyle
+    super initStyle.
+    self viewBackground:Color orange lightened lightened.
+! !
+
 !CodeCompletionHelpMenuView methodsFor:'queries'!
 
 wantsFocusWithPointerEnter
@@ -59,10 +66,10 @@
 !CodeCompletionHelpMenuView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/CodeCompletionHelpMenuView.st,v 1.2 2013-09-03 12:19:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CodeCompletionHelpMenuView.st,v 1.3 2013-09-09 11:21:37 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/CodeCompletionHelpMenuView.st,v 1.2 2013-09-03 12:19:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CodeCompletionHelpMenuView.st,v 1.3 2013-09-09 11:21:37 cg Exp $'
 ! !