//#import #import "PhWidget.h" @interface PhWindow : PhWidget { } /* Public methods */ - (void) createWindow; - (void) title: (char*) title; - (void) Width: (int) width Height: (int) height; @end