[MaxGUI] Change a Window's Titlebar Text

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

SebHoll(Posted 2006) [#1]
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


skidracer(Posted 2006) [#2]
SetGadgetText IS what you are looking for.


Regular K(Posted 2006) [#3]
SetGadgetText(Window,"HELLO!")



SebHoll(Posted 2006) [#4]
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.