App-PDFLibrarian
view release on metacpan or search on metacpan
lib/App/PDFLibrarian/QueryDialog/impl.pm view on Meta::CPAN
# along with App::PDFLibrarian. If not, see <http://www.gnu.org/licenses/>.
use v5.18;
use strict;
use warnings;
use utf8;
use open qw(:std :encoding(UTF-8));
package App::PDFLibrarian::QueryDialog::impl;
$App::PDFLibrarian::QueryDialog::impl::VERSION = '6.3.2';
use Wx qw(:dialog :statictext :combobox :textctrl :sizer :panel :window :id);
use Wx::ArtProvider;
use Wx::Event qw(EVT_BUTTON EVT_TEXT EVT_TEXT_ENTER);
use base qw(Wx::Dialog);
use App::PDFLibrarian qw(%query_databases);
my $query_db_name_combo;
my $query_value_combo;
my $buttonok;
( run in 1.178 second using v1.01-cache-2.11-cpan-8dfa8b56332 )