Ignore:
Timestamp:
08/11/09 22:52:33 (4 years ago)
Author:
werner
Message:

Make delete feel "safer".

  • objects are now deleted by selecting them, then clicking on the delete icon
  • removed tool_ops.click, which was only there because of delete
File:
1 edited

Legend:

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

    r5414 r5419  
    2424        void (*tool_deselected)(void); 
    2525        struct inst *(*find_point)(struct coord pos); 
    26         void (*click)(struct coord pos); 
    2726        void (*begin_drag_new)(struct inst *from); 
    2827        struct pix_buf *(*drag_new)(struct inst *from, struct coord to); 
     
    7271void tool_frame_deleted(const struct frame *frame); 
    7372 
     73void tool_selected_inst(struct inst *inst); 
     74 
    7475void tool_reset(void); 
    7576 
Note: See TracChangeset for help on using the changeset viewer.