Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function g.draw( ... )
- local gtype = arg[1]
- if gtype == "progress-bar" then
- -- gtype, x, y, width, height, align, background, textcolor, title, message, percentage, barbackground, bar
- elseif gtype == "taskbar" then
- -- gtype, width, background, textcolor, applist, qllist, side
- g.fill(0, 0, 10, getHeight(), " ")
- elseif gtype == "message" then
- -- gtype, x, y, width, height, align, background, textcolor, title, message, clickcolor, clickmessage
- elseif gtype == "desktop" then
- -- gtype, background, textcolor, applist, qllist, side
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement