Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Display.getIconSizes

Hi,
 
I checked the gtk and win32 source codes for display.getIconSizes() and have a question regarding this API.
Is there a need for an new method getIconSize(logical_icon_specifier)? in this case, developers can explicitly get the preferred icon size. The definition of the icon specifier, for example, could be something like  SMALL_ICON and LARGE_ICON?
 
Regards,
Yu

Back to the top