$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Turner (dkturner_at_[hidden])
Date: 2004-03-03 13:09:58
Hi
> That is, being able to write:
>
> list_widget lw = find_named_widget( "ListOfNames" );
>
> or something to the same effect. Doing it as:
How about
window.find("user_name");
Following the DOM?
But this raises an interesting issue - perhaps widgets should have ids
or names.
Regards
David Turner