win32gui.EnumChildWindows
EnumChildWindows(hwnd, callback, extra)
Enumerates the child windows that belong to the specified parent window by passing the handle to each child window, in turn, to an application-defined callback function. EnumChildWindows continues until the last child window is enumerated or the callback function returns FALSE.
Parameters