Friday, 25 May 2018

Kivy Default Theme

I was looking at changing the default action_group icon, a small insignificant taskbar icon that can represent the presence of a popup menu.

Kivy 1.10 is lacking in functionality here as you have to replace the default graphical theme to enable you to use a new image.

After using Google to search for a solution I came across the normal problems... t.b.c

No comments:

Post a Comment

Classes

My favourite subject, seriously! A simple class class MyClass(): pass There are two types of class variables, class variables and Inst...