Kodi Community Forum

Full Version: Buttons images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is it possible from python to change the default unfocused and focused images? i couldn't find anything about that.
thanks
oops i'm sorry
didn't do my homework verry well (xbmcgui):

controlbutton class.

controlbutton(int x, int y, int width, int height[, label, focus, nofocus])

label     : string or unicode string
focus     : filename for focus texture
nofocus   : filename for no focus texture

Smile
thanks