[MaxGUI] Change a Window's Titlebar Text

BlitzMax Forums/BlitzMax Programming/[MaxGUI] Change a Window's Titlebar Text

Hi,

Am I missing something here? - I can't seem to find any way to change the text of a window once it has already been created.

I was looking for something like SetGadgetText() like there was in BlitzPlus but there isn't one.

Does anybody have a cross-platform solution to this problem?

Cheers


Seb

SetGadgetText IS what you are looking for.

SetGadgetText(Window,"HELLO!")


Ooops LOL, I don't know how I managed to miss that. Thanks for reminding me and I'll try to stay sane in future.