Padre::Wx::Dialog::Goto - a dialog to jump to a user-specified line/position


Padre documentation  | view source Contained in the Padre distribution.

Index


NAME

Top

Padre::Wx::Dialog::Goto - a dialog to jump to a user-specified line/position

PUBLIC API

Top

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

Top


Padre documentation  | view source Contained in the Padre distribution.