The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
WindowChildrenIterator
arsd
wmutil
A foreachable object that iterates window children
struct
WindowChildrenIterator {
NativeWindowHandle
parent
;
int
opApply
(int delegate(NativeWindowHandle) dg);
}
Members
Functions
opApply
int
opApply
(int delegate(NativeWindowHandle) dg)
Meta
Source
See Implementation
arsd
wmutil
functions
findWindowByClass
iterateWindows
ownerPID
structs
WindowChildrenIterator
A foreachable object that iterates window children