wxPerl-Constructors

 view release on metacpan or  search on metacpan

lib/wxPerl/Constructors/doc.pod  view on Meta::CPAN

    id        => -1,
    value     => '',
    position  => Wx::wxDefaultPosition(),
    size      => Wx::wxDefaultSize(),
    choices   => [],
    style     => 0,
    validator => Wx::wxDefaultValidator(),
    name      => wxComboBoxNameStr,
  );

http://wxwidgets.org/manuals/stable/wx_wxcombobox.html

=head2 wxPerl::Dialog

  wxPerl::Dialog->new(
    $parent,
    $title,
    id       => -1,
    position => Wx::wxDefaultPosition(),
    size     => Wx::wxDefaultSize(),
    style    => Wx::wxDEFAULT_DIALOG_STYLE(),



( run in 1.868 second using v1.01-cache-2.11-cpan-2398b32b56e )