/sys/doc/ Documentation archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

re: Limbo Buttons



>I was attempting to write a simple program that had an int variable
>displayed inside a
>button. So that when you clicked on the button the value (on the button)
>changed.
>
>tk->cmd(t, "button .b - text(variable?) {variable}");

	i := 10
	tk->cmd(t, "button .b -text "+string i);

phil