How to give runtime-created attributes categories, order, etc.

David Butler's icon

Working on a jitter object which adds attributes to itself at runtime (using jit_object_addattr) based upon the contents of an external file.

I can't see to find any way of adding metadata such as category, enum labels, etc. to my attribute once created. Could someone from the dev team provide an example of this please?