17 m_TooltipType = tooltipType;
24 protected Managed GetTarget();
27 protected void ShowTooltip()
31 tooltipManager.SetInfo(
GetInfo(), m_TooltipType, GetTarget());
35 protected void HideTooltip()
42 tooltipManager.ResetInfo(
GetInfo());
46 protected void RefreshTooltip()
50 tooltipManager.RefreshInfo(
GetInfo(), m_TooltipType, GetTarget());
54 override bool OnFocus(Widget w,
int x,
int y)
61 override bool OnFocusLost(Widget w,
int x,
int y)
68 override bool OnMouseEnter(Widget w,
int x,
int y)
70 return OnFocus(w, x, y);
74 override bool OnMouseLeave(Widget w, Widget enterW,
int x,
int y)
76 return OnFocusLost(w, x, y);
80 override bool IsUnique()
86 override void HandlerDeattached(Widget w)
88 if (GetRootComponent())
91 super.HandlerDeattached(w);