List of all methods

The 't' parameter is always the "self ref". It is passed implicit when you use ':' to call a method (obj:show() is syntaxsugar for ojb.show(obj), see http://www.lua.org/manual/5.1/manual.html#2.5.9 )
All the methods behave like their bang equivalents, which means that if you can omit a argument when you call the !bang you can omit that argument on the method call too.
Example: somelabel:move(0,0) calls !labelmove somelabel 0 0 and somelabel:move(0,0, 30, 10) calls !labelmove somelabel 0 0 30 10
xlabel
xtaskbar
xtray
xstatsgraph
xpopup
rabidvwm
timer