Adding icons to the VSE tabs?

I’ve tried to find where the icons are set up for the Properties tabs, so I could see how it was done there, but I couldn’t find anything? But my main question is: How do I set up the VSE tabs with icons?

1 Like

There is currently no way to use icons in sidebar tabs through Python. The system in the properties editor is different and implemented in C.

1 Like

Good to know. Thank you.

How would you implement them with C? Is that possible?

Currently tabs are created by panels each specifying a category. Some mechanism would need to be added so they can specify and icon too, and then the drawing code in UI_panel_category_draw_all should be modified to draw these icons.

1 Like