|
gschem
|
#include <config.h>#include <stdio.h>#include "gschem.h"
Go to the source code of this file.
Functions | |
| static void | selection_to_buffer (GSCHEM_TOPLEVEL *w_current, int buf_num) |
| void | o_buffer_copy (GSCHEM_TOPLEVEL *w_current, int buf_num) |
| void | o_buffer_cut (GSCHEM_TOPLEVEL *w_current, int buf_num) |
| void | o_buffer_paste_start (GSCHEM_TOPLEVEL *w_current, int w_x, int w_y, int buf_num) |
| void | o_buffer_init (void) |
| void | o_buffer_free (GSCHEM_TOPLEVEL *w_current) |
| static void selection_to_buffer | ( | GSCHEM_TOPLEVEL * | w_current, |
| int | buf_num | ||
| ) | [static] |
Definition at line 30 of file o_buffer.c.
| void o_buffer_copy | ( | GSCHEM_TOPLEVEL * | w_current, |
| int | buf_num | ||
| ) |
Definition at line 51 of file o_buffer.c.

| void o_buffer_cut | ( | GSCHEM_TOPLEVEL * | w_current, |
| int | buf_num | ||
| ) |
Definition at line 66 of file o_buffer.c.

| void o_buffer_paste_start | ( | GSCHEM_TOPLEVEL * | w_current, |
| int | w_x, | ||
| int | w_y, | ||
| int | buf_num | ||
| ) |
Definition at line 82 of file o_buffer.c.

| void o_buffer_init | ( | void | ) |
Definition at line 136 of file o_buffer.c.
| void o_buffer_free | ( | GSCHEM_TOPLEVEL * | w_current | ) |
Definition at line 150 of file o_buffer.c.