hello,
I have a label defined in this way:
LAYOUT_AddImage, gadgets[GID_LABEL] = IIntuition->NewObject(LabelClass, NULL,
GA_ID, GID_LABEL,
LABEL_Text, "Description label - bla bl bla bla",
How can i change the text of the label later?
Thank you
Mon, 2013-12-23 13:16
#1
How to change a label text?