#---------------------------------- #HERE IS WHERE I TRY TO USE BUTTONS my $buttonTest = $mw->Button(-text => "test"); # $t->set("3,3", $buttonTest); #wrong $t->windowConfigure("3,3", -window => $buttonTest); #right