# this is a comment (# and SPACE!!!)

# the style information below is 
# used to set canvases and maybe other gui
# in the pddp help files.
 
# Marius Schebella 2007

# HEADER...
pddp.cnv.header.bg color -16777216 0;
pddp.cnv.header color 2 0;
pddp.cnv.header delta 0 28;
pddp.cnv.header size 1;
pddp.cnv.header vis_size 600 1;

# OBJECTNAME...
# set colors, font and size for the objectname canvas
pddp.cnv.object color 15 2;
pddp.cnv.object vis_size 360 24;
pddp.cnv.object vis_size 360 24;
pddp.cnv.object label_font 2 16;

# BAR1...
# bar 1 is a style element with an optional name.
# therefore: don't override size
pddp.cnv.bar1 color -16777216 0;

# BAR2...
# bar 2 is used for the inlets sidebar
# I use it as a subsection element, which has a given height.
# therefore: don't override size and name
pddp.cnv.bar2 color 15 2;

# INLETS...
pddp.cnv.inlets color 10 -1;
pddp.cnv.inlets label eingaenge;
pddp.cnv.inlets label_pos 20 10;
pddp.cnv.inlets vis_size 360 20;

# OUTLETS...
pddp.cnv.outlets color 11 -16777216;
pddp.cnv.outlets label ausgaenge;
pddp.cnv.outlets label_pos 20 10;
pddp.cnv.outlets vis_size 360 20;

# LINEBREAK...
# a linebreak
pddp.cnv.break color 2 0;
pddp.cnv.break vis_size 40 1;
pddp.cnv.break size 1;

# MORE INFO...
# the argument section
pddp.cnv.moreinfo color 13 15;
pddp.cnv.moreinfo label mehr_infos;
pddp.cnv.moreinfo label_pos 5 10;
pddp.cnv.moreinfo vis_size 360 20;
