/[papo]/papo/neb/neb/Tree/Scrollbar.pm
ViewVC logotype

Diff of /papo/neb/neb/Tree/Scrollbar.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mhepp, Fri Apr 25 18:34:30 2003 UTC revision 1.3 by fheinz, Tue May 27 23:03:59 2003 UTC
# Line 19  sub width Line 19  sub width
19      return $self->SUPER::width;      return $self->SUPER::width;
20  }  }
21    
22    sub height
23    {
24        my $self = shift;
25        my $result = $self->SUPER::height(@_);
26    
27        $self->attribute("page", $result) if defined $result;
28        return $result;
29    }
30    
31  1;  1;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26