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. 
c4d.gui.
							
							
HyperLinkCustomGui
							
							
								¶
							
						
c4d.gui.BaseCustomGui
										
									
								
HyperLinkCustomGui.
							
							
SetLinkString
							
							
								(
							
							
								strLink
							
							,
							
								strText
							
							
								)
							
							
								¶
							
						Sets the strings.
| Parameters: | 
											
  | 
									
|---|
HyperLinkCustomGui.
							
							
GetLinkString
							
							
								(
							
							
								)
							
							
								¶
							
						Gets the strings.
| Return type: | tuple(str, str) | 
|---|---|
| Returns: | The link and text strings. |