# File FXWindow.rb, line 268 def each_child # :yields: childWindow child = self.first while child yield child child = child.next end end