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.

Methods Signatures

HyperLinkCustomGui.SetLinkString(self[, strLink, strText])

Sets the strings.

HyperLinkCustomGui.GetLinkString(self)

Gets the strings.

Inheritance

Parent Class:

Methods Documentation

HyperLinkCustomGui.SetLinkString(self, strLink='', strText='')

Sets the strings.

Parameters
  • strLink (str) – The new link string.

  • strText (str) – The new text string.

HyperLinkCustomGui.GetLinkString(self)

Gets the strings.

Return type

Tuple[str, str]

Returns

The link and text strings.