Sha256: be70625b0d1787e4f1c13aacad828b654671e1d392bdc875c37d7e3c8710d65e
Contents?: true
Size: 1.08 KB
Versions: 43
Compression:
Stored size: 1.08 KB
Contents
@category = N_("Toolkit") @title = N_("Icon") @abstract = N_("Toolkit to specify an image or images as icons") @description = N_("Specifies an image or images as icons of the window, " \ "which will be used by some window managers and desktop " \ "environments, for example when the window is minimized " \ "(or 'iconified'), in the window frame, or when windows " \ "are switched. " \ "The specified image or images are automatically scaled " \ "to the icon sizes case by case. " \ "When several images are specified and they have " \ "different sizes, an image with the most similar size to " \ "that of icon among them is chosen and scaled in order to " \ "improve the quality of image finally displayed.") @parameters = { "@icon_image" => { :default => "[]", :description => N_("List of image file names."), }, "@icon_images" => { :default => "nil", :description => N_("Image file name."), }, }
Version data entries
43 entries across 43 versions & 1 rubygems