- or download this
#!/usr/local/bin/perl
...
-pady => 3);
} # Closing initialize_step_selection()
- or download this
sub modify_remove_step_dialog() {
...
$MRSRmv->pack();
}
- or download this
# This subroutine will move the selected solution from the AvailListbo
+x
# to the SelectListbox
...
$SelectListbox->delete($selIndex);
}
}