NAME
Padre::Wx::Dialog::Goto - a dialog to jump to a user-specified line/position
PUBLIC API
new
my $goto = Padre::Wx::Dialog::Goto->new($main);
Returns a new Padre::Wx::Dialog::Goto
instance
show
$goto->show($main);
Show the dialog that the user can use to go to to a line number or character position. Returns undef
.
COPYRIGHT & LICENSE
Copyright 2008-2016 The Padre development team as listed in Padre.pm.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.