GuiPopupTextListCtrl
Engine/source/gui/controls/guiPopUpCtrl.h
Private Types
Parent
Protected Attributes
Public Functions
GuiPopupTextListCtrl(GuiPopUpMenuCtrl * ctrl)
onCellSelected(Point2I cell)
onRenderCell(Point2I offset, Point2I cell, bool selected, bool mouseOver)
Detailed Description
Private Types
typedef GuiTextListCtrl Parent
Protected Attributes
GuiPopUpMenuCtrl * mPopUpCtrl
Public Functions
GuiPopupTextListCtrl()
GuiPopupTextListCtrl(GuiPopUpMenuCtrl * ctrl)
onCellSelected(Point2I cell)
Reimplemented from: GuiArrayCtrl
onKeyDown(const GuiEvent & event)
Reimplemented from: GuiControl
onMouseUp(const GuiEvent & event)
Reimplemented from: GuiControl
onRenderCell(Point2I offset, Point2I cell, bool selected, bool mouseOver)
Reimplemented from: GuiTextListCtrl