Button() and Label()...
People seem to use these interchangeably and it is a skinner's nightmare. Shouldn't Button() be used for buttons, and Label() used for labels? For example in setup.py the buttons use Label(). Why is this allowed? Or is it just down to crap inherited code?
Is there somehow the two could be combined so the same skin code could be used for both, rather than the current situation with all the duplication in the skin.
Edited by Huevos, 13 January 2018 - 13:39.