class Panel
Defined in:
A C4Widgets.h
Panel
object represents an interface shown in a panel effect.
Definition
class Panel : public RootWidget
Constructor
Panel(const Vector2D& size);
Parameters
size |
The size of the panel, in pixels. |
Description
The Panel
class is used as the root widget for interfaces shown in panel effects. Panel
objects are typically created by the Panel Editor.
Base Classes
RootWidget |
A panel serves as a root widget container. |