Separator

This topic provides you with information concerning the Separator as well as information about its properties. A Separator enables you to leave empty areas between different controls to ease the visualization of different parts of tabs or boxes.

This page discusses:

Knowledge Items

Properties Explanation
EnabledDefines whether the widget is enabled or not.
MagnitudeSets the magnitude to be used for the value displayed.
NameName of the dialog object. Also used to generate the C++ instance name of the widget.
PrecisionSets the precision to be used for the value displayed.
UnitSets the unit to be used for the value displayed.
UseDecimalPrecisionSet to TRUE if the precision indicates the number of digits to display after the decimal point, or set to FALSE if the precision indicates the number of significative digits.
VisibleSets whether the widget is visible or not.
IconFocussedCorresponds to the name of the icon when the dialog object is on focus.
IconNormalCorresponds to the name of the icon in its default status.
IconSelectedCorresponds to the name of the icon when the dialog object is selected.
AttachedToBottomSets whether the widget is attached to the bottom side of the grid.
AttachedToleftSets whether the widget is attached to the left side of the grid.
AttachedToRightSets whether the widget is attached to the right side of the grid.
AttachedToTopSets whether the widget is attached to the top of the grid.
ConstantHeightSets whether the widget has a constant height.
ConstantWidthSets whether the widget has a constant width.
DirectionDefines the direction of the separation line.
HelpCorresponds to the help message displayed in the message area of the status bar.
LongHelpCorresponds to the message displayed in the box when the What's This command is used.
ShortHelpCorresponds to the short help message (or tooltip) of the dialog object.
TitleCorresponds to the title or to the text content of the widget.
ItemsDescription
VisibilityWidget display.
SensitivityActivation of the widget ( react to user interactions or not).