Hi Dan, Dan McMahill writes: > can someone who is more enlightened in the ways of gschem internals give > me an idea as to how one can tell if you have selected an element vs a > net vs an attribute in gschem/noweb/o_select.nw:o_select_object()?
You can find the type of an object in the 'type' field of the 'OBJECT' (line 179 of libgeda/include/struct.h). The possible values of this field are defined in libgeda/include/o_types.h. HTH, Patrick