Class GUI.Tooltip.TooltipEntry

Field Index

m_ContentLeft, m_ContentRight, m_Padding, m_TypeLeft, m_TypeRight, TOOLTIPENTRY_TYPE_DIVIDER, TOOLTIPENTRY_TYPE_MOVIECLIP, TOOLTIPENTRY_TYPE_PADDING, TOOLTIPENTRY_TYPE_TEXTFIELD

Method Index

new TooltipEntry()
SetRightContent()

Constructor Detail

TooltipEntry

public function TooltipEntry(type:Number, content:Object, padding:Number)

Field Detail

TOOLTIPENTRY_TYPE_MOVIECLIP

static public TOOLTIPENTRY_TYPE_MOVIECLIP

TOOLTIPENTRY_TYPE_TEXTFIELD

static public TOOLTIPENTRY_TYPE_TEXTFIELD

TOOLTIPENTRY_TYPE_DIVIDER

static public TOOLTIPENTRY_TYPE_DIVIDER

TOOLTIPENTRY_TYPE_PADDING

static public TOOLTIPENTRY_TYPE_PADDING

m_TypeLeft

public m_TypeLeft:Number

m_TypeRight

public m_TypeRight:Number

m_ContentLeft

public m_ContentLeft:Object

m_ContentRight

public m_ContentRight:Object

m_Padding

public m_Padding:Number

Method Detail

SetRightContent

public function SetRightContent(type:Number, content:Object)