comparison dwtx/jface/internal/text/StickyHoverManager.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 75302ef3f92f
children b411f1c62131
comparison
equal deleted inserted replaced
146:75302ef3f92f 147:000f9136b8f7
72 * <p> 72 * <p>
73 * Note: Only applicable when info control does not have focus. 73 * Note: Only applicable when info control does not have focus.
74 * -5 as value has been chosen in order to be beaten by the hovers of TextViewerHoverManager. 74 * -5 as value has been chosen in order to be beaten by the hovers of TextViewerHoverManager.
75 * </p> 75 * </p>
76 */ 76 */
77 private static final int WIDGET_PRIORITY= -5; 77 private static const int WIDGET_PRIORITY= -5;
78 78
79 79
80 /** 80 /**
81 * Internal information control closer. Listens to several events issued by its subject control 81 * Internal information control closer. Listens to several events issued by its subject control
82 * and closes the information control when necessary. 82 * and closes the information control when necessary.