public static void Setup(TooltipLabel tooltip_label)
 {
     tooltipLabel = tooltip_label;
     NGUITools.SetActive (tooltipLabel.gameObject, false);
 }
 public static void Setup(TooltipLabel tooltip_label)
 {
     tooltipLabel = tooltip_label;
     NGUITools.SetActive(tooltipLabel.gameObject, false);
 }