I'm cleaning up my abstract symbols work and now I want to give these
new 'S' objects an on-screen representation. The concrete, heavy
component as a whole is easy: I just draw a few lines so that it looks
like the diagram on the datasheet - a box with four op-amp triangles
inside.
What I want to add is some way to represent whether each of the slots
available for abstract symbols are free or if they are assigned.
Obviously there has to be some sizing parameter to the 'S' line, so we'd have
S 100
{
...
}
But then what? Shall I make it draw a box? Or a box in a box for
assigned slots? Which colour? My best guess so far is to draw just a
square box, either solid (for assigned slots), or with just corners
(for free slots).
Any other ideas?
_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev