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

Version Path
rabbit-3.0.3 lib/rabbit/theme/icon/property.rb
rabbit-3.0.2 lib/rabbit/theme/icon/property.rb
rabbit-3.0.1 lib/rabbit/theme/icon/property.rb
rabbit-3.0.0 lib/rabbit/theme/icon/property.rb
rabbit-2.2.1 lib/rabbit/theme/icon/property.rb
rabbit-2.2.0 lib/rabbit/theme/icon/property.rb
rabbit-2.1.9 lib/rabbit/theme/icon/property.rb
rabbit-2.1.8 lib/rabbit/theme/icon/property.rb
rabbit-2.1.7 lib/rabbit/theme/icon/property.rb
rabbit-2.1.6 lib/rabbit/theme/icon/property.rb
rabbit-2.1.5 lib/rabbit/theme/icon/property.rb
rabbit-2.1.4 lib/rabbit/theme/icon/property.rb
rabbit-2.1.3 lib/rabbit/theme/icon/property.rb
rabbit-2.1.2 lib/rabbit/theme/icon/property.rb
rabbit-2.1.1 lib/rabbit/theme/icon/property.rb
rabbit-2.1.0 lib/rabbit/theme/icon/property.rb
rabbit-2.0.9 lib/rabbit/theme/icon/property.rb
rabbit-2.0.8 lib/rabbit/theme/icon/property.rb
rabbit-2.0.7 lib/rabbit/theme/icon/property.rb
rabbit-2.0.6 lib/rabbit/theme/icon/property.rb