$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (rhind_at_[hidden])
Date: 2004-03-04 10:56:36
David Turner wrote:
>
> window w("Test");
> button b = w.spawn("button");
> b.label("Click me");
> w.contain(b);
>
But this wouldn't catch at compile time me writing
label l = w.spawn("button");
Thanks
Russell