dlangui v0.9.182 (2018-11-26T09:11:32Z)
Home
Dub
Repo
PopupAnchor
dlangui
widgets
popup
Undocumented in source.
struct
PopupAnchor {
Widget
widget
;
int
x
;
int
y
;
uint
alignment
;
}
Members
Variables
alignment
uint
alignment
;
Undocumented in source.
widget
Widget
widget
;
Undocumented in source.
x
int
x
;
Undocumented in source.
y
int
y
;
Undocumented in source.
Meta
Source
See Implementation
dlangui
widgets
popup
classes
PopupWidget
enums
PopupAlign
PopupFlags
interfaces
OnPopupCloseHandler
structs
PopupAnchor