13#if defined(LECUI_EXPORTS)
14#include "status_pane.h"
16#include <liblec/lecui/containers/status_pane.h>
21 namespace containers {
58#if defined(lecui_helper)
60#define get_side_pane() liblec::lecui::containers::side_pane::get(*this)
Side pane container. To instantiate and add to a container use the add static method.
Definition: side_pane.h:25
static containers::status_pane & get(form &fm)
Get a reference to an existing side pane.
static status_pane & add(form &fm, const float &thickness)
Create a side pane.
side_pane(form &fm, const float &thickness)
Class constructor.
Base class for all status panes.
Definition: status_pane.h:87
Status pane container. To instantiate and add to a container use the add static method.
Definition: status_pane.h:106
Top level namespace for the liblec libraries.
Definition: appearance.h:19