File: funcs.h

package info (click to toggle)
libgeda 20010722-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,208 kB
  • ctags: 1,564
  • sloc: ansic: 15,815; sh: 7,883; makefile: 135; awk: 131; perl: 59
file content (16 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
extern void (*arc_draw_func)();
extern void (*box_draw_func)();
extern void (*circle_draw_func)();
extern void (*complex_draw_func)();
extern void (*line_draw_func)();
extern void (*net_draw_func)();
extern void (*bus_draw_func)();
extern void (*text_draw_func)();
extern void (*pin_draw_func)();
extern void (*select_func)();
extern void (*pin_conn_recalc_func)(); 
extern void (*net_conn_recalc_func)();
extern void (*x_log_update_func)();
extern char * (*ps_color_string)();
extern int (*image_color_int)();
extern int (*image_gdcolor_init)();