Sha256: 495ca6360ea31f47acbdb1e738536b22e39e26197f921c5a92f92ec010cde2ff

Contents?: true

Size: 773 Bytes

Versions: 43

Compression:

Stored size: 773 Bytes

Contents

@category = N_("Time")
@title = N_("TextClock")
@abstract = N_("Clock toolkit, a text version")
@description = N_("Displays current time with text.")
@parameters = {
  "@clock_auto_update" => {
    :default => "true",
    :description => "Whether updating the clock automatically or not.",
  },
  "@clock_props" => {
    :default => "{'size' => @xx_small_font_size, " \
                "'font_family' => @font_family}",
    :description => N_("Properties for the clock, such as font family."),
  },
  "@clock_uninstall" => {
    :default => "nil",
    :description => N_("Whether uninstalling this toolkit or not. " \
                       "This option is useful for cases you do not want to " \
                       "make the toolkit work for certain slides."),
  },
}

Version data entries

43 entries across 43 versions & 1 rubygems

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