Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobcao3/rubywnck3
The libwnck-3.0 utils for ruby, suited in ruby-gnome's rgtk3
https://github.com/bobcao3/rubywnck3
Last synced: 28 days ago
JSON representation
The libwnck-3.0 utils for ruby, suited in ruby-gnome's rgtk3
- Host: GitHub
- URL: https://github.com/bobcao3/rubywnck3
- Owner: bobcao3
- License: mit
- Created: 2015-08-06T04:10:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-06T05:48:58.000Z (over 9 years ago)
- Last Synced: 2024-10-14T16:38:22.774Z (2 months ago)
- Language: C
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RubyWnck3
Ruby bindings for Window Navigator Construction Kit library
Suited for gtk3 ( ruby gem )# How to use
1. Clone the sources
2. `ruby extconf.rb`
3. `make`
4. Copy the Wnck3.so or `sudo make install`
5. Require the wnck3 before your ruby files
`require 'Wnck3'` or `require 'Wnck3.so'`# Dependencies
gtk3 (gem)
libwnck-3.0 (binary)