Skip to content
royw edited this page Sep 13, 2010 · 3 revisions

Welcome to the ruby-gnome2-app-skeleton wiki!

This is a skeleton for building a ruby-gnome2 application.

The intent is to eventually create a ruby-gnome2 application generator.

The skeleton demonstrates basic usage of

  • actions,
  • menus,
  • toolbars,
  • menus,
  • statusbar,
  • dialogs,
  • images

I’ve also included the start of a horizontal flow widget.

Usage

git clone git://github.com/royw/ruby-gnome2-app-skeleton.git
cd ruby-gnome2-app-skeleton
lib/my-app.rb

Enjoy,
Roy