/[papo]/papo/neb/lam.pl
ViewVC logotype

Diff of /papo/neb/lam.pl

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

revision 1.1 by jlenton, Mon Apr 14 22:31:39 2003 UTC revision 1.2 by fheinz, Wed Apr 16 18:19:03 2003 UTC
# Line 55  foreach my $file (@ARGV) Line 55  foreach my $file (@ARGV)
55      }      }
56  }  }
57            
58    __END__
59    
60    =head1 NAME
61    
62    lam.pl - (LAyout Magic) lay out GNUe widgets according to hints
63    
64    =head1 SYNOPSIS
65    
66      lam.pl <xml_file>
67      
68    =head1 DESCRIPTION
69    
70    This script performs automatic layout of GNUe widgets. The coordinates
71    system used by GNUe is useful for creating screens through the GUI,
72    but that itself is arguably not the best method. Lam.pl lays the
73    widgets out according to their relative positions in a set of boxes,
74    stretching them to maximize screen real estate usage.
75    
76    Lam.pl "understands" GNUe widgets. It overloads the <box/> widget with
77    layoyt functionality, and adds a fake widget <lam:box/>, which serves
78    only for layout purposes, and is removed from the output so that the
79    GNUe forms driver neves sees it.
80    
81    

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

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