A tutorial - add Gtk::ExText support in Perl-Gtk

Introduction

Gtk::ExText is a replacement of original Gtk::Text class. It can be used to control the looks and feels of Gtk editor must better than the original Gtk::Text class. It can support line-oriented operation, text coloring, search and etc.

In this section, I will try to write a step-by-step tutorial which illustrates how to write an extension of Perl-Gtk.