DAZ Script | |
---|---|
TextFormat | { PlainText, RichText, AutoText } |
void | elideModeChanged ( DzWidget::TextElideMode mode ) |
void | primitiveChanged ( String name ) |
void | textFormatChanged ( TextFormat format ) |
void | textInteractionFlagsChanged ( DzWidget::TextInteractionFlags flags ) |
void | textStyleChanged ( String name ) |
Provides the ability to display text or an image to the user.
Enumerated values that describe how the text string is interpreted.
Since:
DzWidget::AlignmentFlags : alignment
Holds the alignment of the text displayed in the label.
DzWidget::TextElideMode : elideMode
Holds the name of the text style used to draw the label on this label.
Since:
Holds whether or not text is selected. (Read Only)
Holds the label's indent in pixels from its current alignment.
Holds whether or not external links will be opened when clicked.
The pixmap shown on the label. If the pixmap is monochrome (e.g. its depth is 1) and it does not have a mask, the pixmap will be its own mask. This allows transparent bitmaps to be drawn, which are important for toggle buttons. undefined
if no pixmap is set.
TODO: Add description.
Holds whether or not the contents of the label are scaled to fill the available space.
Holds the text that is currently selected. (Read Only)
Holds the text displayed in the label.
Holds the value that is used to determine if the text string should be interpreted as plain, rich or log text.
DzWidget::TextInteractionFlags : textInteractionFlags
Holds the value that is used to determine how the label reacts to user input.
Holds the name of the primitive element used to draw this label.
Since:
Holds whether or not the text is wrapped where necessary; i.e., word-breaks.
Holds the elide mode to be used for the text on this label.
Since:
Creates a label as a child of the given parent widget.
Parameter(s):
Return Value:
undefined
if none.void : clear()
Clears the text displayed in the label.
void : setBuddy( DzWidget buddy )
Sets the buddy widget for this label.
Parameter(s):
void : elideModeChanged( DzWidget::TextElideMode mode )
Since:
void : primitiveChanged( String name )
Since:
void : textFormatChanged( TextFormat format )
TODO: Add description.
void : textInteractionFlagsChanged( DzWidget::TextInteractionFlags flags )
Since:
void : textStyleChanged( String name )
Since: