Registry / other / wxruby

wxruby

JSON →
library2.0.1rbrubygemsunverified

wxRuby allows the creation of graphical user interface (GUI) applications via the wxWidgets library. wxRuby provides native-style GUI windows, dialogs and controls on platforms including Windows, OS X and Linux.

gem install wxruby
INSTALL
IMPORT
SIG · WXRUBY
W
wxruby
otherrubyv2.0.1
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.

Wx
✓ require 'wx'

Create a basic wxRuby GUI application

require 'wx' class MyApp < Wx::App def on_init frame = Wx::Frame.new(nil, title: 'Hello') frame.show end end MyApp.new.run
Debug
Known issues
gotchaRequires wxWidgets native library to be installed
fix
Install wxWidgets via system package manager (e.g., apt install libwxgtk3.0-dev)
affects: >= 2.0.0
Upgrade
Version history
2.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
wxruby — gem install wxruby · libregistry