Class: LM_Divider

Parent class: LM_BaseWidget

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