jarvisteach / appJar

Simple Tkinter GUIs in Python
http://appJar.info
Other
615 stars 68 forks source link

Label enhancement #515

Closed muhammad-al-baqir-khalid closed 6 years ago

muhammad-al-baqir-khalid commented 6 years ago

I'm new at programming but I think to make [ color ,flash and Select as optional default argument into the label parameters ] so we can use it easier instead of serveral of labels : like: app.addLabel(title,text,color,flash = False,select = False) ex: app.addLabel('lb1','Label enhancement','orange',flash = True)

jarvisteach commented 6 years ago

Already done :)

http://appjar.info/simpleAppJar/#label