Is there a way to change the tool tip text from FvwmScript? Something like:
ChangeActiveTitle id1 id2
Set the active title of the widget numbered id1 to id2.
Is there a way to change the tool tip text from FvwmScript? Something like:
ChangeActiveTitle id1 id2
Set the active title of the widget numbered id1 to id2.
Not as far as I know.
– Thomas Adam
If i understand you right you basically just want to:
Set $temp = (GetTitle 1)
ChangeTitle 2 $temp
Is that right?