added virtual UT_uint32 EV_Toolbar_Control::getDroppedWidth(); this can be used with combo-box controls to drop a list that is of a different width than the toolbar control itself.
Changed ev_win32_toolbar to make use of the new function and AP_Win32Toolbar_FontCombo to drop a wider list; also increased the basic control width for style, font and size controls to avoid excessive truncation on the win32 toolbar (so 'Numbered Heading 1' and 'Abadi MT Condensed' are now seen in full on the toolbar, and even font name like 'Tw Cen MT Condensed Extra Bold' can be seen in full in the list). files: ev_Toolbar_control.h, ap_Win32Toolbar_FontCombo.h/cpp, ap_Win32Toolbar_StyleCombo.h/cpp, ap_Win32Toolbar_SizeCombo.cpp, ev_Win32Toolbar.cpp Tomas
