
GappX::FileTree - FileTree widget for Gapp

use GappX::FileTree;
$w = GappX::FileTree->new( path => 'path/to/view/ );
$w->refresh;
Gapp->main;

GappX::FileTree is a TreeView widget for displaying the structure of a file system. Directories expand and collapse and each item is displayed with an icon.


Use this function to filter the files displayed in the view.
The directory path to display in the widget.
Refresh the contents of the display. Call this after setting the path attribute or after changes have been made to the file system.

Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>

Copyright (c) 2011-2012 Jeffrey Ray Hallock.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.