On Mon, Jun 6, 2016 at 5:47 PM, yary <[email protected]> wrote: > GTK::Simple::Button.new(label => 'bcd').clicked. ...
whoops, that should be
with GTK::Simple::Button.new(label => 'bcd') {
.clicked.tap({ .sensitive = False; $button.sensitive =
True; });
}
alas I am on windows and Panda can't install GTK::Simple on my machine, not
able to test.
-y
