Registry / other / gtk3
library4.3.6rbrubygemsunverified

Ruby/Gtk3 is a Ruby binding for the GTK 3.x graphics toolkit, enabling Ruby programmers to create graphical user interfaces.

gem install gtk3
INSTALL
IMPORT
SIG · GTK3
G
gtk3
otherrubyv4.3.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Gtk
require 'gtk3'

Create a simple GTK window

require 'gtk3' window = Gtk::Window.new('Hello') window.signal_connect('destroy') { Gtk.main_quit } window.show_all Gtk.main
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.3.6latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Meta
1
Resources
gtk3 — gem install gtk3 · libregistry