Changeset 5419 for trunk/eda/fped/gui_tool.h
- Timestamp:
- 08/11/09 22:52:33 (4 years ago)
- File:
-
- 1 edited
-
trunk/eda/fped/gui_tool.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eda/fped/gui_tool.h
r5414 r5419 24 24 void (*tool_deselected)(void); 25 25 struct inst *(*find_point)(struct coord pos); 26 void (*click)(struct coord pos);27 26 void (*begin_drag_new)(struct inst *from); 28 27 struct pix_buf *(*drag_new)(struct inst *from, struct coord to); … … 72 71 void tool_frame_deleted(const struct frame *frame); 73 72 73 void tool_selected_inst(struct inst *inst); 74 74 75 void tool_reset(void); 75 76
Note: See TracChangeset
for help on using the changeset viewer.
