(wx:find-window-by-name nameparent)->wx:window% object or null name : string parent = null : wx:window% object or null
Find a window by its name. If parent is null, the search
will start from all top-level frames and dialog boxes, otherwise the
search will be limited to the given window hierarchy. If no such named
window is found,
wx:find-window-by-label is called.