[EMAIL PROTECTED] wrote:
> The list objects, as well as tables, should expose a usable bit.
> What else are folks bypassing the UI APIs for?

I modify the hasScrollBar bit to hide the little arrows:

    myList->attr.hasScrollBar = true;

Others probably modify the ListAttrType.search bit too.  Suggest adding
simple wrappers for all the attributes:

    void LstGetAttributes( const ListType*,       ListAttrType* );
    void LstSetAttributes(       ListType*, const ListAttrType* );

-slj-

Reply via email to