PopupDialogWidget

A base widget of popup dialog.

Constructors

this
this()

Members

Functions

handlePopup
void handlePopup(bool opened, WindowContext w)
layout
vec2 layout(vec2 pos, vec2 parentSize)
move
void move(vec2 , vec2 )

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