> Any clues where to start adding code ? > > I did look into some files yesterday like action.c , draw.c and > create.c , but couldn't find a nice starting point for adding a command > "circle".
For mouse-click stuff, you want ActionNotify() in action.c. That's where mouse clicks go. For non-mouse actions, put it wherever you want :-) _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

