I finally got around to playing with widget creation and so far so good, but I have several widgets controls in the same plugin. That works fine, but I'd love to put a description on them like all the default widgets in the list.
How do I do that? Is it in the register command? I have this so far:
register_widget_control(array('Jsearch Tags','widgets'),'widget_jsearch_tags_control');
I can't seem to find the documentation that would allow a description, but I suspect it's there somewhere.