Sunday, February 20, 2022

Glimmer DSL for Tk Hello, Labelframe and Scale!

Glimmer DSL for Tk (Ruby Tk Desktop Development GUI Library) v0.0.54 and v0.0.55 just got released with two new samples:

  • Hello, Labelframe!: demonstrates the `labelframe` widget, also known as the named group widget, which wraps around a group of other widgets and adds a title to them at the top-left by default
  • Hello, Scale!: demonstrates the `scale` widget, which is a scale slider that can be data-bound to a float or integer value
Hello, Labelframe! Screenshot




Hello, Labelframe! Code



Hello, Scale! Screenshot




Hello, Scale! Code

Happy Glimmering!

No comments: