Kodi Community Forum
Buttons images - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: Buttons images (/showthread.php?tid=3035)



- zilvershadow - 2004-04-24

is it possible from python to change the default unfocused and focused images? i couldn't find anything about that.
thanks


- zilvershadow - 2004-04-24

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