class LM_Divider
The LM_Divider class is a simple vertical or horizontal line used to visually separate user interface elements. To create a new divider, you would use the following function:
LM_Divider LM.GUI.Divider(vertical)
Creates a new LM_Divider object that can then be added to a dialog or toolbar.
Return value (LM_Divider): the newly-created divider vertical (bool): true to create a vertical divider, false for a horizontal divider
class LM_Divider : public LM_BaseWidget { };