ae v0.0.2885 (2020-12-20T18:43:56Z)
Home
Dub
Repo
WindowIterator
ae
sys
windows
window
Undocumented in source.
version(Windows)
struct
WindowIterator {
bool
empty
[@property getter];
HWND
front
[@property getter];
void
popFront
();
}
Members
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
HWND
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
sys
windows
window
aliases
getClassName
getWindowText
functions
createHiddenWindow
windowIterator
windowStringQuery
structs
WindowIterator