This repository has been archived by the owner. It is now read-only.
webkitgtk.cr
webkitgtk
WebKitGtk binding for the Crystal language.
** Not for production use **
Installation
Add this to your application's shard.yml
:
dependencies:
webkitgtk:
github: TechMagister/webkitgtk.cr
Usage
See samples folder.
require "webkitgtk/webkitgtk"
require "gobject/gtk"
window = Gtk::Window.new
window.title = "Hello World!"
window.connect "destroy", &->Gtk.main_quit
window.border_width = 10
window.resize(800,600)
view = WebKitGTK::WebKitWebView.new
view.load_uri "http://www.google.fr"
window.add(view)
window.show_all
Contributing
- Fork it ( https://github.com/TechMagister/webkitgtk.cr/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- TechMagister - creator, maintainer
Repository
webkitgtk.cr
Owner
Statistic
- 2
- 0
- 0
- 0
- 1
- over 8 years ago
- June 21, 2016
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 02:48:31 GMT
Languages