# 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 -9830401 0;
pddp.cnv.header delta 10 0;
pddp.cnv.header size 1;
pddp.cnv.header vis_size 590 1;

# OBJECTNAME...
# set colors, font and size for the objectname canvas
pddp.cnv.object color -9830401 -1;
pddp.cnv.object vis_size 1 24;
pddp.cnv.object size 1;
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 -5275010 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 -16777216 -9830401;
pddp.cnv.bar2 label_font 2 12;

# INLETS...
pddp.cnv.inlets color -9830401 -1;
pddp.cnv.inlets label eingaenge;
pddp.cnv.inlets label_pos 5 10;
pddp.cnv.inlets vis_size 1 20;
pddp.cnv.inlets size 1;
pddp.cnv.inlets label_font 2 16;

# OUTLETS...
pddp.cnv.outlets color -9830401 -1;
pddp.cnv.outlets label ausgaenge;
pddp.cnv.outlets label_pos 5 10;
pddp.cnv.outlets vis_size 1 20;
pddp.cnv.outlets size 1;
pddp.cnv.outlets label_font 2 16;

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

# MORE INFO...
# the argument section
pddp.cnv.moreinfo color -9830401 -1;
pddp.cnv.moreinfo label mehr_infos;
pddp.cnv.moreinfo label_pos 5 10;
pddp.cnv.moreinfo vis_size 1 20;
pddp.cnv.moreinfo size 1;
pddp.cnv.moreinfo label_font 2 16;
