$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andy Little (andy_at_[hidden])
Date: 2006-09-27 13:12:06
"Oleg Abrosimov" <beholder_at_[hidden]> wrote in message
news:451AACFC.2010308_at_gorodok.net...
> int main()
> {
> new_window("alert", width=10, titlebar=false);
> return 0;
> }
>
> What is a 'width' here? parameter name? or some variable in global scope?
FWIW heres my suggestion:
int main()
{
new_window("alert", param_name::width=10, param_name::titlebar=false);
return 0;
}
regards
Andy little