# 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 -170 12;
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 8 -170;
pddp.cnv.object vis_size 360 24;
pddp.cnv.object vis_size 360 24;
pddp.cnv.object label_font 0 26;

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

# 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 8 -170;
pddp.cnv.bar2 label_font 0 14;

# INLETS...
pddp.cnv.inlets color 100 -170;
pddp.cnv.inlets label INLETS;
pddp.cnv.inlets label_pos 20 10;
pddp.cnv.inlets vis_size 360 20;
pddp.cnv.inlets label_font 0 14;

# OUTLETS...
pddp.cnv.outlets color 100 -170;
pddp.cnv.outlets label OUTLETS;
pddp.cnv.outlets label_pos 20 10;
pddp.cnv.outlets vis_size 360 20;
pddp.cnv.outlets label_font 0 14;

# LINEBREAK...
# a linebreak
pddp.cnv.break color -170 0;
pddp.cnv.break vis_size 370 1;
pddp.cnv.break size 1;

# MORE INFO...
# the argument section
pddp.cnv.moreinfo color 1 0;
pddp.cnv.moreinfo label MORE_INFO;
pddp.cnv.moreinfo label_pos 5 10;
pddp.cnv.moreinfo vis_size 360 20;
pddp.cnv.moreinfo label_font 0 14;
