PopupTooltipWidget

A widget of tooltip.

Constructors

this
this()

Members

Functions

handleMouseMove
bool handleMouseMove(vec2 pos)
loadText
void loadText(dstring v, FontFace face)

Changes tooltip text.

move
void move(vec2 pos)

Moves to the pos.

Variables

_text
TextWidget _text;
Undocumented in source.

Inherited Members

From PopupWidget

_objectContext
WindowContext _objectContext;

WindowContext of the popup target.

_pos
vec2 _pos;
_size
vec2 _size;
Undocumented in source.
handlePopup
void handlePopup(bool opened, WindowContext w)
move
void move(vec2 pos, vec2 size)

Moves the popup to the pos and resize to the size.

close
void close()

Closes the popup.

layout
vec2 layout(vec2 rootlt, vec2 rootsz)

Meta