The existing variants returning wxBitmap are insufficient for non-MSW ports where the toolbar bitmap size is unavailable otherwise, as GetToolBitmapSize() value doesn't really correspond to it (which is a problem on its own, but there is not much that can be done about it by now). Having these functions allows to retrieve the actually used bitmap size by using wxBitmapBundle::GetDefaultSize().