#include <config.h>
#include <stdio.h>
#include <libgeda/libgeda.h>
#include "../include/papersizes.h"
#include "../include/prototype.h"
Go to the source code of this file.
Define Documentation
#define DEFAULT_UNTITLED_NAME "untitled" |
#define DEFAULT_BITMAP_DIRECTORY "non-existant" |
#define DEFAULT_HIERARCHY_NETNAME_SEPARATOR "/" |
#define DEFAULT_HIERARCHY_NETATTRIB_SEPARATOR "/" |
#define DEFAULT_HIERARCHY_UREF_SEPARATOR "/" |
#define DEFAULT_UNNAMED_NETNAME "unnamed_net" |
#define DEFAULT_UNNAMED_BUSNAME "unnamed_bus" |
#define INIT_STR |
( |
|
w, |
|
|
|
name, |
|
|
|
str |
|
) |
| |
Value:{ \
g_free((w)->name); \
(w)->name = g_strdup (((default_ ## name) != NULL) ? \
(default_ ## name) : (str)); \
}
Definition at line 46 of file i_vars.c.
Function Documentation
void i_vars_set |
( |
TOPLEVEL * |
pr_current | ) |
|
Variable Documentation