C4 Engine Terathon Software C4 Engine API Documentation

• Interface Manager

API Links
Developer Links

class MultipaneWidget

Defined in:  C4Widgets.h
The MultipaneWidget class represents an interface widget that displays a multipane box.
Definition

class MultipaneWidget : public RenderableWidget

Constructor

MultipaneWidget(const Vector2D& size, const char *font = "font/Gui");

Parameters
size The size of the multipane widget, in pixels.
font The name of the font in which the pane titles are displayed.
Description
The MultipaneWidget widget displays a multipane box.

The default widget color corresponds to the kWidgetColorBackground color type and determines the color of the pane tabs. Other color types supported by the list widget are kWidgetColorBorder and kWidgetColorHilite. If a highlight color has not been explicitly specified, then the Interface Manager's global highlight color is used.
Base Classes
RenderableWidget All rendered interface widgets are subclasses of RenderableWidget.