frame-create

long ( frame-create long parent-id string title optional long x optional long y optional long width optional long height optional word style)

Creates a frame. parent-id can be zero or a valid frame ID; title should be a string for the frame's title. The value of style can currently be one of:

The function window-show must be called before a new frame is visible.