Ignore:
Timestamp:
08/04/09 14:06:04 (4 years ago)
Author:
werner
Message:

GUI can create silk screen objects.

  • made xpm name manipulation compatible with older versions of ImageMagick? (reported by Alvaro Lopes)
  • corrected all lines beginning with five or more spaces
  • Makefile
  • README: fixed loop example (reported by Joerg Reisenweber)
  • moved draw_arc and draw_circle from gui_inst.c to gui_util.c
  • added dragging and hovering
  • added creation of lines, rectangles, and arcs via GUI
  • removed arc tool (use circle instead)
  • fixed reference counting in vectors
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eda/fped/gui_inst.h

    r5374 r5384  
    3939unit_type gui_dist_arc(struct inst *self, struct coord pos, unit_type scale); 
    4040unit_type gui_dist_meas(struct inst *self, struct coord pos, unit_type scale); 
     41unit_type gui_dist_frame(struct inst *self, struct coord pos, unit_type scale); 
    4142 
    4243void gui_draw_vec(struct inst *self, struct draw_ctx *ctx); 
     
    4849void gui_draw_frame(struct inst *self, struct draw_ctx *ctx); 
    4950 
     51void gui_hover_vec(struct inst *self, struct draw_ctx *ctx); 
     52void gui_hover_frame(struct inst *self, struct draw_ctx *ctx); 
     53 
    5054#endif /* !GUI_INST_H */ 
Note: See TracChangeset for help on using the changeset viewer.