#include <history.h> CuiFrame; CuiWidget* cui_frame_new (void);
GObject +----CuiWidget +----CuiRectangle +----CuiFrame
typedef struct _CuiFrame CuiFrame;
CuiWidget* cui_frame_new (void);
Creates a new CuiWindow widget. This function also registers the widget in the backgrounds widget list.
a new CuiWindow