Help for this page

Select Code to Download


  1. or download this
    sub drag_group {
        my ($c) = @_;
    ...
        # move it...
        $c->move( $draginfo{id}, $dx, $dy );
    }
    
  2. or download this
    sub items_retrieve {
        my $id = shift;
        my @items = @{$group{$id}{items}};
        return @items;
    }