File: README

package info (click to toggle)
ruby-gnome2 0.19.3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 11,556 kB
  • ctags: 14,033
  • sloc: ansic: 83,294; ruby: 33,426; makefile: 3,721; cpp: 47; xml: 35
file content (25 lines) | stat: -rw-r--r-- 827 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
* test.[rb|glade]
  A basic sample.

* custom.[rb|glade]
  A sample for custom widget.
  Ruby/GtkHtml2 is required.

* buffer.[rb|glade]
  A sample for string XML data, not a file.

* treeview.[rb|glade]
  A sample for Gtk::TreeView with glade.

* l10n_*, makemo.rb, po/*
  A sample for Localization and an solution not to touch auto-generated
  file by ruby-glade-create-template.
  Ruby-GetText-Pacakge-0.6.1 or later is required.  

  makemo.rb    - create mo file. Run this first(once).
  l10n.glade   - glade file
  l10n_gui.rb  - Auto generated file by ruby-glade-create-template.
                 You shouldn't edit this file by hand.
  l10n_main.rb - Main program. At first, copy methods from l10n_gui.rb.
                 You'll edit/maintain this file in a real application.
  po/*         - Language resource files.