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

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

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

revision 1.3 by fheinz, Tue Apr 15 14:36:05 2003 UTC revision 1.4 by fheinz, Tue Apr 15 21:21:32 2003 UTC
# Line 28  sub valign Line 28  sub valign
28      return $self->attribute("valign") || "top";      return $self->attribute("valign") || "top";
29  }  }
30    
31    sub contents_width
32    {
33        my $self = shift;
34    
35        return $self->width;
36    }
37    
38    sub contents_height
39    {
40        my $self = shift;
41    
42        return $self->height;
43    }
44    
45    sub contents_origin_x
46    {
47        my $self = shift;
48    
49        return $self->x;
50    }
51    
52    sub contents_origin_y
53    {
54        my $self = shift;
55    
56        return $self->y;
57    }
58    
59  1;  1;

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

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