hypertreelist: Drawing arbitrary widgets to the *left* of the item text

Hello,

I'm really excited about being able to draw any kinds of widgets I
want in the items in hypertreelist, by passing my widget into the
`wnd` argument. But what I would like to do is have some widget to the
*left* side of the text, not the right side. Is this possible? If not,
do you think it's a good alternative to forgo the official text
completely and write my own text inside my widget that goes into
`wnd`?

Thanks,
Ram.

I think I figured it out: I just put the widget in column 0 and the
text in column 1.

Thanks,
Ram.

ยทยทยท

On Sep 14, 3:55 pm, cool-RR <ram.rac...@gmail.com> wrote:

Hello,

I'm really excited about being able to draw any kinds of widgets I
want in the items in hypertreelist, by passing my widget into the
`wnd` argument. But what I would like to do is have some widget to the
*left* side of the text, not the right side. Is this possible? If not,
do you think it's a good alternative to forgo the official text
completely and write my own text inside my widget that goes into
`wnd`?

Thanks,
Ram.