dlangui v0.10.7 (2024-03-11T09:32:36Z)
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