Gtk2::CV::Plugin.3pm

Langue: en

Version: 2006-10-28 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

Gtk2::CV::Plugin - plugin superclass and nonexistent documentation

SYNOPSIS

  # in ~/.cvrc:
  # require "/path/to/plugin/class";
 
  # in the plugin file:
  package myplugin;
  use Gtk2::CV::Plugin; # registers the current class as plugin
 
  # see eg/plugin-skeleton for a starting point
 
 

DESCRIPTION

$plugin->new_imagewindow ($imagewindow)
$plugin->new_schnauzer ($schnauzer)

AUTHOR

  Marc Lehmann <schmorp@schmorp.de>
  http://home.schmorp.de/