CodeCompletionHelpMenuView.st
changeset 13477 89fd61f3c821
child 13478 78279a57b313
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CodeCompletionHelpMenuView.st	Tue Sep 03 14:18:01 2013 +0200
@@ -0,0 +1,30 @@
+"{ Package: 'stx:libtool' }"
+
+MenuView subclass:#CodeCompletionHelpMenuView
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Interface-Help'
+!
+
+
+!CodeCompletionHelpMenuView methodsFor:'queries'!
+
+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"
+
+    ^ false
+! !
+
+!CodeCompletionHelpMenuView class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libtool/CodeCompletionHelpMenuView.st,v 1.1 2013-09-03 12:18:01 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libtool/CodeCompletionHelpMenuView.st,v 1.1 2013-09-03 12:18:01 cg Exp $'
+! !
+