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

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();

gnome fromt end to Text::Editor::Vip

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.

xxx description
xxx some code
Arguments
Returns - Nothing
Exceptions
See xxx.

None so far.

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

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

You can find documentation for this module with the perldoc command.
perldoc App::Editor::GVip
You can also look for information at:
Please report any bugs or feature requests to L <bug-app-editor-gvip@rt.cpan.org>.
We will be notified, and then you'll automatically be notified of progress on your bug as we make changes.
