PDA

View Full Version : Buttons images


zilvershadow
2004-04-24, 14:08
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, 14:10
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

:)
thanks