Padre::Wx::Dialog::FilterTool - dialog to filter selection or document through an external tool


Padre documentation  | view source Contained in the Padre distribution.

Index


NAME

Top

Padre::Wx::Dialog::FilterTool - dialog to filter selection or document through an external tool

DESCRIPTION

Top

This dialog asks for the tool which should be used to filter the current selection or the whole document.

PUBLIC API

Top

Constructor

new

    my $dialog = Padre::Wx::Dialog::FilterTool->new( $parent )

Create and return a new Wx dialog allowing to select a filter tool. It needs a $parent window (usually Padre's main window).

Public methods

show

    $dialog->show;

Request the dialog to be shown.

COPYRIGHT & LICENSE

Top


Padre documentation  | view source Contained in the Padre distribution.