libgeda
|
Deprecated Scheme API functions. More...
#include <config.h>
#include "libgeda_priv.h"
#include "libgedaguile_priv.h"
#include "scheme_deprecated.x"
Go to the source code of this file.
Functions | |
SCM_DEFINE (get_line_width,"%get-line-width", 1, 0, 0,(SCM obj_s),"Get the width of line used to draw an object") | |
Get the width of line used to draw an object. | |
static void | init_module_geda_core_deprecated () |
Create the (geda core deprecated) Scheme module. | |
void | edascm_init_deprecated () |
Initialise the basic gEDA page manipulation procedures. |
Definition in file scheme_deprecated.c.
SCM_DEFINE | ( | get_line_width | , |
"%get-line-width" | , | ||
1 | , | ||
0 | , | ||
0 | , | ||
(SCM obj_s) | , | ||
"Get the width of line used to draw an object" | |||
) |
obj_s | the object to get line width for. |
Definition at line 38 of file scheme_deprecated.c.
static void init_module_geda_core_deprecated | ( | ) | [static] |
Definition at line 56 of file scheme_deprecated.c.
void edascm_init_deprecated | ( | ) |
Definition at line 88 of file scheme_deprecated.c.