Changeset 5384 for trunk/eda/fped/gui_inst.h
- Timestamp:
- 08/04/09 14:06:04 (4 years ago)
- File:
-
- 1 edited
-
trunk/eda/fped/gui_inst.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eda/fped/gui_inst.h
r5374 r5384 39 39 unit_type gui_dist_arc(struct inst *self, struct coord pos, unit_type scale); 40 40 unit_type gui_dist_meas(struct inst *self, struct coord pos, unit_type scale); 41 unit_type gui_dist_frame(struct inst *self, struct coord pos, unit_type scale); 41 42 42 43 void gui_draw_vec(struct inst *self, struct draw_ctx *ctx); … … 48 49 void gui_draw_frame(struct inst *self, struct draw_ctx *ctx); 49 50 51 void gui_hover_vec(struct inst *self, struct draw_ctx *ctx); 52 void gui_hover_frame(struct inst *self, struct draw_ctx *ctx); 53 50 54 #endif /* !GUI_INST_H */
Note: See TracChangeset
for help on using the changeset viewer.
