On Sep 14, 2005, at 5:54 PM, Arthur Baars wrote:

This means you can "get" and "set" the "checked" property for checkboxes.
for example:
 c <- get cbEdit checked
 set cbEdit [checked := not c ]

Any particular reason to enclose the arguments in square brackets apart from cool-looking syntax?

Do I correctly understand that 2 arguments are being passed to set, the second being a list of more arguments?

    Thanks, Joel


_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to