Xfce4 - Perl interface to the 4.2+ series of the Xfce core libraries.


Xfce4 documentation  | view source Contained in the Xfce4 distribution.

Index


NAME

Top

Xfce4 - Perl interface to the 4.2+ series of the Xfce core libraries.

SYNOPSIS

Top

  use Gtk2;
  use Xfce4;

  Gtk2->init;

  my $aboutbox = Xfce4::AboutDialog->new;
  $aboutbox->run;

ABSTRACT

Top

Perl bindings to the 4.2+ version of the Xfce core libraries. This module allows you to make use of Xfce-specific widgets in your gtk2-perl applications.

DESCRIPTION

Top

The Xfce4 module allows perl developers to make use of the convenience functions and classes present in the Xfce 4 core libraries. Learn more about Xfce at http://xfce.org/.

The Xfce 4 API reference is very useful when writing apps using xfce4-perl. The call signatures will not always be identical, but one can get a good idea of what the different functions and classes do: http://xfce.org/documentation/api-4.2/

To discuss xfce4-perl, please join the Xfce Development Discussion list. Instructions can be found at http://foo-projects.org/mailman/listinfo/xfce4-dev

Finally, the xfce4-perl website is located at: http://spuriousinterrupt.org/projects/xfce4-perl/

AUTHORS

Top

  Brian Tarricone <bjt23@cornell.edu>

COPYRIGHT AND LICENSE

Top


Xfce4 documentation  | view source Contained in the Xfce4 distribution.