Tie::Wx::Widget

A simpler way to get and set the Value of a Widget
Download

Tie::Wx::Widget Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Publisher Name:
  • Herbert Breunung
  • Publisher web site:
  • http://search.cpan.org/~lichtkind/

Tie::Wx::Widget Tags


Tie::Wx::Widget Description

A simpler way to get and set the Value of a Widget Tie::Wx::Widget is a Perl module that offers a simpler way to get and set the Value of a Widget.SYNOPSIS use Tie::Wx::Widget; tie $tiedwidget, Tie::Wx::Widget, $widgetref; # instead of say $widgetref->GetValue; say $tiedwidget; # instead of $widgetref->SetValue('7'); $tiedwidget = 7; untie $tiedwidget; Requirements: · Perl


Tie::Wx::Widget Related Software