|
libgeda
|
functions to embed and unembed symbols More...
#include <config.h>#include <stdio.h>#include "libgeda_priv.h"
Go to the source code of this file.
Functions | |
| void | o_embed (TOPLEVEL *toplevel, OBJECT *o_current) |
| embed an object into a schematic | |
| void | o_unembed (TOPLEVEL *toplevel, OBJECT *o_current) |
| unembed an object from a schematic | |
Definition in file o_embed.c.
| toplevel | The TOPLEVEL object |
| o_current | The OBJECT to embed |
Definition at line 45 of file o_embed.c.

| toplevel | The TOPLEVEL object |
| o_current | The OBJECT to unembed |
Definition at line 86 of file o_embed.c.
