4 Dec
2007
4 Dec
'07
09:09
Lukas Ocilka napsal(a):
Jiří Suchomel napsal(a):
This is how Icon module deals with it: Icon::Simple ("warning") -> returns UI term Icon::Simple ("error") -> returns UI term Could you create also the shortcuts like Icon::SimpleWarning Icon::SimpleError
(or even Icon::Warning etc. if you don't intend to make Icon::Complex)
Good idea, thanks. These new functions have been added just now:
* Icon::Warning() * Icon::Error() * Icon::Info()
--- simple example --- ... --- simple example ---
BTW: That related wiki page has been updated: http://en.opensuse.org/YaST/Development/Modules/Icon Have a nice day L.