Help for this page

Select Code to Download


  1. or download this
        my $sv = "Some value";
        my $gtktextentryish = Gtk3::somewidget->new( \$sv);
    ...
        $window->show_all();
        $sv = "Another scalar value!";