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


Gtk2-CV documentation  | view source Contained in the Gtk2-CV distribution.

Index


NAME

Top

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

SYNOPSIS

Top

 # 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

Top

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

AUTHOR

Top

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


Gtk2-CV documentation  | view source Contained in the Gtk2-CV distribution.