#include <config.h>
#include <stdio.h>
#include "gschem.h"
Go to the source code of this file.
Function Documentation
- Function Description
- This function erases the object object before deleting it. It deals with connection and object connected to it.
- Parameters:
-
[in] | w_current | The GSCHEM_TOPLEVEL object. |
[in] | object | The object to delete. |
Definition at line 38 of file o_delete.c.
- Function Description
- This function deletes the objects selected on the current page of toplevel w_current.
- Parameters:
-
[in] | w_current | The GSCHEM_TOPLEVEL object. |
Definition at line 59 of file o_delete.c.