c4d.gui.HyperLinkCustomGui¶
-
class
c4d.gui.
HyperLinkCustomGui
¶ Hyper link custom GUI (CUSTOMGUI_HYPER_LINK_STATIC). Here are the settings:
HYPERLINK_LINK_TEXT
str
The static text.
HYPERLINK_LINK_DEST
str
Link destination.
HYPERLINK_IS_LINK
bool
True if this is a real hyperlink, static text otherwise.
HYPERLINK_ALIGN_LEFT
bool
Align left.
HYPERLINK_ALIGN_RIGHT
bool
Align right.
HYPERLINK_NO_UNDERLINE
bool
No underline.
New in version R17.032.
Parent Class:
Overview¶
Sets the strings. |
|
Gets the strings. |