gattrib

i_vars.c File Reference

#include <config.h>
#include <stdio.h>
#include <libgeda/libgeda.h>
#include "../include/struct.h"
#include "../include/prototype.h"
#include "../include/globals.h"
#include "../include/i_vars.h"
Include dependency graph for i_vars.c:

Go to the source code of this file.

Functions

void i_vars_set (TOPLEVEL *toplevel)
 Initialise variables in the TOPLEVEL.

Variables

int default_paper_width = 11000
int default_paper_height = 85000

Detailed Description

Functions for variable setting.

Definition in file i_vars.c.


Function Documentation

void i_vars_set ( TOPLEVEL *  toplevel)

Initialize the variables in toplevel. In practice, this is only the paper size for the sheet.

Parameters:
toplevelpointer to the TOPLEVEL to set paper size in.

Definition at line 69 of file i_vars.c.


Variable Documentation

int default_paper_width = 11000

width for letter paper (landscape)

Todo:
Can this be const?

Definition at line 56 of file i_vars.c.

int default_paper_height = 85000

height for letter paper (landscape)

Todo:
Can this be const?

Definition at line 58 of file i_vars.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines