Hello guys,
I have a question again!
How can I override methods of a panel locally, so that the method isnt overrided globally.
Im having a addon that uses Derma Panels. I wanna redesign them, but I dont want
that every Panel looks like mine.
So how can I override the Paint Method of the DButton Class for instance without setting it individually or globally.
**
I dont want to set it always to the specific button, because thats not the solution I can use in this case.**
I wanna redesign the combobox options that were used by a DMenu, so I need to override the DMenu method for
this case.