Graphisoft®

Dialog ManagerVersion: 2.0

Separator::Separator

Class constructor.

Separator (
    const Panel &       panel,
    short               item
);

Constructs the separator from resource.

Separator (
    const Panel &       panel,
    const Rect &        rect
);

Constructs the separator with the given parameters.

Parameters

panel
A reference to the parent panel of the separator.
item
The item ID of the separator.
rect
A reference to the bounding rectangle of the separator.