The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Chart::Glib::Ex::TempProperty -- temporary object property setting

SYNOPSIS

 use App::Chart::Glib::Ex::TempProperty;
 my $setting = App::Chart::Glib::Ex::TempProperty->new ($obj, 'propname', $newval);

FUNCTIONS

App::Chart::Glib::Ex::TempProperty->new ($obj, $propname)
App::Chart::Glib::Ex::TempProperty->new ($obj, $propname, $newvalue)

Create and return a TempProperty object ...

SEE ALSO

Glib::Ex::TieProperties