import "ecere" class ListSection : Group { void OnResize(int width, int height) { } } class Group : Window { }