1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
##
## wml::des:all - All of the Webdesign (DES) category
## Copyright (c) 1997-2001 Ralf S. Engelschall, All Rights Reserved.
##
#use wml::des::gfont
#use wml::des::imgbg
#use wml::des::imgdot
#use wml::des::lowsrc
#use wml::des::navbar
#use wml::des::preload
#use wml::des::rollover
#use wml::des::space
#use wml::des::typography
##EOF##
__END__
=head1 NAME
wml::des:all - All of the Webdesign (DES) category
=head1 SYNOPSIS
#use wml::des::all
=head1 DESCRIPTION
This just includes all existing include files of the B<Webdesign> (DES)
category, i.e. all includes with prefix B<wml::des>. The following files
currently exist:
wml::des::gfont(3) ... Graphical Font Tag
wml::des::imgbg(3) ... Background Images
wml::des::imgdot(3) ... 1pt Dot-Images for Webdesign
wml::des::lowsrc(3) ... Create Image and LOWSRC-Attribute for IMG-Tag
wml::des::navbar(3) ... Navigation Bar
wml::des::preload(3) ... Preload Page Contents
wml::des::rollover(3) ... RollOver-Style Image-Button
wml::des::space(3) ... Layout Space
wml::des::typography(3) ... Typography
=head1 AUTHOR
Ralf S. Engelschall
rse@engelschall.com
www.engelschall.com
=head1 REQUIRES
Internal: P1
External: --
=head1 SEE ALSO
wml::des::gfont(3),
wml::des::imgbg(3),
wml::des::imgdot(3),
wml::des::lowsrc(3),
wml::des::navbar(3),
wml::des::preload(3),
wml::des::rollover(3),
wml::des::space(3),
wml::des::typography(3).
=cut
|