> $form['entries']['#theme'] = 'theme_function_here';
Further clarification:
form['entries']['#theme'] = 'mymodule_foo';
function theme_mymodule_foo($form) {
}
For examples, I'd grep on element_children (though there are quite a few
forms that got updated before element_children was born).
Regards
NK