Hello,
im looking for information on the Button Widget. Can anyone explain
me, what this options are doing:
-default=> 1,
-ok => 1,
So, i played a little with the Events on the Button-Widget, but it
seems that only the _Click Event are working ... ?
There are short eg. for the other ones:
DblClick()
GotFocus()
LostFocus()
MouseDown()
MouseUp()
I triede for eg. the DblClick() event like that
sub Button_DblClick {
print "DblClick on Button.\n";
return 1;
}
But this doesn't work ... are this events not supportet yet?
Thx for your input ;-)
Hannes