Sha256: 188b216095fc93f10cf76c5041c3a89e4975cbbed4328270ffcfb56dd57e7a1a
Contents?: true
Size: 222 Bytes
Versions: 21
Compression:
Stored size: 222 Bytes
Contents
# frozen_string_literal: true require 'glimmer-dsl-libui' include Glimmer window('color button', 240) { color_button { |cb| color :blue on_changed do rgba = cb.color p rgba end } }.show
Version data entries
21 entries across 21 versions & 1 rubygems