NAME

App::Editor::GVip - gnome interface to Text::Editor::Vip

SYNOPSIS

use Gtk2 -init ;
my $editor_app = App::Editor::GVip->new(SETUP_PATH => $setup_path) ;  

#~ $editor_app->AddView('gvip.pl') ; # open a file
$editor_app->AddView() ;

$editor_app->show_all();
Gtk2->main();

DESCRIPTION

gnome fromt end to Text::Editor::Vip

DOCUMENTATION

This is a module I played with a few years ago. I upload it as an example of a gnome application using a CPAN module as a back end. The editor itself is not functional and thus this release is maked as a developer release.

I'd be happy to share maintenance with someone that has time for this kind of project.

SUBROUTINES/METHODS

A( xxx )

xxx description

xxx some code

Arguments

  • $xxx -

Returns - Nothing

Exceptions

See xxx.

BUGS AND LIMITATIONS

None so far.

AUTHOR

Nadim ibn hamouda el Khemir
CPAN ID: NH
mailto: nadim@cpan.org

LICENSE AND COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc App::Editor::GVip

You can also look for information at:

SEE ALSO