~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/shape-editor.h

  • Committer: cilix42
  • Date: 2008-09-18 17:48:42 UTC
  • Revision ID: cilix42@users.sourceforge.net-20080918174842-1ad33a7d7gqhv2hq
Next roud of NR ==> Geom conversion

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
 
76
76
    void finish_drag ();
77
77
 
78
 
    void select_rect (NR::Rect  const &rect, bool add);
 
78
    void select_rect (Geom::Rect  const &rect, bool add);
79
79
 
80
80
    bool has_selection ();
81
81
    void deselect ();