Sha256: a92d79b0f1a21c03a69686dae0ceb32c0ff2233505399bd16ee25af23e9ae306
Contents?: true
Size: 275 Bytes
Versions: 27
Compression:
Stored size: 275 Bytes
Contents
# frozen_string_literal: true require 'glimmer-dsl-libui' include Glimmer window('hello world', 300, 200) { |w| button('Button') { on_clicked do msg_box(w, 'Information', 'You clicked the button') end } on_closing do puts 'Bye Bye' end }.show
Version data entries
27 entries across 27 versions & 1 rubygems