‘Pages’ widget alternative for custom post types?

As per first comment, you can use wp_list_pages like this:

wp_list_pages ( array ( 'post_type' => 'yourcustomposttype' ) );