c4d.gui.HyperLinkCustomGui

New in version R17.032.

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 for a real hyperlink, static text otherwise.
HYPERLINK_ALIGN_LEFT bool Align left.
HYPERLINK_ALIGN_RIGHT bool Align right.
HYPERLINK_NO_UNDERLINE bool Not underlined.

Definition

class c4d.gui. HyperLinkCustomGui

Inheritance

Members

HyperLinkCustomGui. SetLinkString ( strLink , strText )

Sets the strings.

Parameters:
  • strLink ( str ) – The new link string or None .
  • strText ( str ) – The new text string or None .
HyperLinkCustomGui. GetLinkString ( )

Gets the strings.

Return type: tuple(str, str)
Returns: The link and text strings.

Table Of Contents