Hi, The Ruby-GNOME2 project released Ruby-GNOME2 1.2.1. Ruby-GNOME2 is a multi platform GUI library for Ruby based on GTK+ GUI toolkit. Ruby-GNOME2 1.2.1 supports GTK+ 3 on Mac OS X! It also supports WebKit bindings. You can create a Web browser by the following code: https://github.com/ruby-gnome2/ruby-gnome2/blob/ma... require "webkit-gtk" WebKitGtk.init window = Gtk::Window.new window.signal_connect("destroy") do Gtk.main_quit end view = WebKitGtk::WebView.new view.load_uri("http://webkitgtk.org/") window.add(view) window.show_all Gtk.main It can be installed by the following command: gem install webkit-gtk Web: http://ruby-gnome2.sourceforge.jp/ Install: gem install gtk2 gem install gtk3 = About Ruby-GNOME2 Ruby-GNOME2 is a set of Ruby language bindings for the GTK+ 2.x and GNOME 2.x development environment. We need help: https://sourceforge.net/mailarchive/forum.php?thre... = About GTK+ from http://www.gtk.org/ GTK+ is a highly usable, feature rich toolkit for creating graphical user interfaces which boasts cross platform compatibility and an easy to use API. GTK+ it is written in C, but has bindings to many other popular programming languages such as C++, Python and C# among others. GTK+ is licensed under the GNU LGPL 2.1 allowing development of both free and proprietary software with GTK+ without any license fees or royalties. = About GNOME from http://www.gnome.org/about/ The GNOME project provides two things: The GNOME desktop environment, an intuitive and attractive desktop for users, and the GNOME development platform, an extensive framework for building applications that integrate into the rest of the desktop. Thanks,
on 2013-01-30 15:37
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.