|
gschem
|
#include <config.h>#include <stdio.h>#include "gschem.h"
Go to the source code of this file.
| #define INIT_STR | ( | w, | |
| name, | |||
| str | |||
| ) |
| void i_vars_set | ( | GSCHEM_TOPLEVEL * | w_current | ) |
| void i_vars_freenames | ( | ) |
| int default_text_size = 10 |
| int default_text_caps = LOWER |
| int default_attribute_color = ATTRIBUTE_COLOR |
| int default_detachattr_color = DETACHED_ATTRIBUTE_COLOR |
| int default_net_endpoint_color = NET_ENDPOINT_COLOR |
| int default_junction_color = JUNCTION_COLOR |
| int default_override_net_color = -1 |
| int default_override_bus_color = -1 |
| int default_override_pin_color = -1 |
| int default_net_endpoint_mode = FILLEDBOX |
| int default_net_midpoint_mode = FILLED |
| int default_net_direction_mode = TRUE |
| int default_net_selection_mode = 0 |
| int default_pin_style = THICK |
| int default_net_style = THICK |
| int default_bus_style = THICK |
| int default_line_style = THICK |
| int default_background_color = BACKGROUND_COLOR |
| int default_actionfeedback_mode = OUTLINE |
| int default_zoom_with_pan = TRUE |
| int default_object_clipping = TRUE |
| int default_do_logging = TRUE |
| int default_logging_dest = LOG_WINDOW |
| int default_embed_complex = FALSE |
| int default_include_complex = FALSE |
| int default_snap_size = 100 |
| int default_paper_width = 11000 |
| int default_paper_height = 85000 |
| int default_scrollbars_flag = TRUE |
| char* default_print_command = NULL |
| int default_print_orientation = LANDSCAPE |
| int default_image_color = FALSE |
| int default_image_width = 800 |
| int default_image_height = 600 |
| int default_print_color = FALSE |
| int default_print_color_background = OUTPUT_BACKGROUND_COLOR |
| int default_print_output_type = EXTENTS |
| int default_print_output_capstyle = SQUARE_CAP |
| int default_log_window = MAP_ON_STARTUP |
| int default_log_window_type = DECORATED |
| int default_third_button = POPUP_ENABLED |
| int default_middle_button = REPEAT |
| int default_scroll_wheel = SCROLL_WHEEL_CLASSIC |
| int default_net_consolidate = TRUE |
| int default_file_preview = FALSE |
| int default_enforce_hierarchy = TRUE |
| int default_text_origin_marker = TRUE |
| int default_fast_mousepan = TRUE |
| int default_raise_dialog_boxes = FALSE |
| int default_continue_component_place = TRUE |
| GList* default_component_select_attrlist = NULL |
| int default_undo_levels = 20 |
| int default_undo_control = TRUE |
| int default_undo_type = UNDO_DISK |
| int default_undo_panzoom = FALSE |
| int default_draw_grips = TRUE |
| int default_netconn_rubberband = FALSE |
| int default_magnetic_net_mode = TRUE |
| int default_sort_component_library = FALSE |
| int default_warp_cursor = TRUE |
| int default_toolbars = TRUE |
| int default_handleboxes = TRUE |
| int default_setpagedevice_orientation = FALSE |
| int default_setpagedevice_pagesize = FALSE |
| int default_bus_ripper_size = 200 |
| int default_bus_ripper_type = COMP_BUS_RIPPER |
| int default_bus_ripper_rotation = NON_SYMMETRIC |
| int default_force_boundingbox = FALSE |
| int default_dots_grid_dot_size = 1 |
| int default_dots_grid_mode = DOTS_GRID_VARIABLE_MODE |
| int default_dots_grid_fixed_threshold = 10 |
| int default_add_attribute_offset = 50 |
| int default_auto_save_interval = 120 |
| int default_width = 800 |
| int default_height = 600 |
| int default_text_display_zoomfactor = 30 |
| int default_text_feedback = ONLY_WHEN_READABLE |
| int default_mousepan_gain = 5 |
| int default_keyboardpan_gain = 20 |
| int default_select_slack_pixels = 4 |
| int default_zoom_gain = 20 |
| int default_scrollpan_steps = 8 |