GuiBubbleTextCtrl
Engine/source/gui/utility/guiBubbleTextCtrl.h
A single-line text control that displays its text in a multi-line popup when clicked.
Private Types
Parent
Protected Attributes
Public Functions
DECLARE_DESCRIPTION("A single-line text <a href="/coding/file/guieditctrl_8cpp/#guieditctrl_8cpp_1abb04e3738c4c5a96b3ade6fa47013a6c">control</a> that displays its text in <a href="/coding/file/pointer_8h/#pointer_8h_1aeeddce917cf130d62c370b8f216026dd">a</a> multi-<a href="/coding/file/cmdscan_8cpp/#cmdscan_8cpp_1aeab71244afb687f16d8c4f5ee9d6ef0e">line\n</a>" "popup when clicked." )
onMouseDown(const GuiEvent & event)
Detailed Description
A single-line text control that displays its text in a multi-line popup when clicked.
Private Types
typedef GuiTextCtrl Parent
Protected Attributes
GuiControl * mDlg
bool mInAction
GuiMLTextCtrl * mMLText
GuiControl * mPopup
Protected Functions
popBubble()
Public Functions
GuiBubbleTextCtrl()
DECLARE_CONOBJECT(GuiBubbleTextCtrl )
DECLARE_DESCRIPTION("A single-line text <a href="/coding/file/guieditctrl_8cpp/#guieditctrl_8cpp_1abb04e3738c4c5a96b3ade6fa47013a6c">control</a> that displays its text in <a href="/coding/file/pointer_8h/#pointer_8h_1aeeddce917cf130d62c370b8f216026dd">a</a> multi-<a href="/coding/file/cmdscan_8cpp/#cmdscan_8cpp_1aeab71244afb687f16d8c4f5ee9d6ef0e">line\n</a>" "popup when clicked." )
onMouseDown(const GuiEvent & event)
Reimplemented from: GuiControl