StaticTextSetLabel

Help Contents GUI programming StaticTexts StaticTextSetLabel
StaticTextLabel StaticTextSetColor

StaticTextSetLabel astatictext label


Command to set the text contained in the StaticText control astatictext.

label is anything printable. It will be converted to a word.

Example:

s=(StaticText [] "
	wxAlign_centre [100 200][100 100][Text1])
StaticTextSetLabel s [This is a static Text]

Reference:

StaticTextLabel StaticTextSetColor