$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [gui] Help with a little experiment.
From: Gottlob Frege (gottlobfrege_at_[hidden])
Date: 2011-06-18 22:41:11
I missed a bracket:
On Sat, Jun 18, 2011 at 10:39 PM, Gottlob Frege <gottlobfrege_at_[hidden]> wrote:
...
> popup(name = "Path:", bindto = &m_path, items = _
> [
> _(name = "None", value = nullptr),
> _(name = "Path 1", value = 1),
> _(name = "Path 2", value = 2)
> ]),
...
ie a ) to close the end of popup(...)
Tony