> > Is it possible to use a group widget as node of tree widget?
> >
> > As far as trying following code, a group widget is not handled well.
>
> You're right. Does it work better with this patch?
>
> Thanks for your report.
Works fine. Thank you.
Masatake
__
Hi Masatake,
> Is it possible to use a group widget as node of tree widget?
>
> As far as trying following code, a group widget is not handled well.
You're right. Does it work better with this patch?
Thanks for your report.
David
2005-09-19 David Ponce <[EMAIL PROTECTED]>
* tree-
Is it possible to use a group widget as node of tree widget?
As far as trying following code, a group widget is not handled well.
(defun tree-test ()
(interactive)
(switch-to-buffer "TREE-GROUP-NODE-TEST")
(kill-all-local-variables)
(let ((inhibit-read-only t))
(erase-buffer))