7 lines
172 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
package system.windows;
@:native("System.Windows.Window")
extern class Window extends FrameworkElement {
public function AddChild(child: FrameworkElement): Void;
}