App-PDFLibrarian

 view release on metacpan or  search on metacpan

lib/App/PDFLibrarian/QueryDialog/impl.pm  view on Meta::CPAN

# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with App::PDFLibrarian. If not, see <http://www.gnu.org/licenses/>.

use strict;
use warnings;

package App::PDFLibrarian::QueryDialog::impl;
$App::PDFLibrarian::QueryDialog::impl::VERSION = '6.2.0';
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.285 second using v1.01-cache-2.11-cpan-71847e10f99 )