The frame class

Frame widgets may used to combine widgets. A frame has no functionality or bindings of its own.
  interface frame : widget { 
\c{\fbox{frame}}
frame(char* p, char * options = ""); frame(widget* w, char* p, char * options = ""); };

slide: The frame class

The frame widget class has the toplevel and menubar as subclasses. The toplevel widget is used when the widget must be independently mapped to the screen. The menubar widget is used as a special frame to collect menubutton and button widgets.