diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-08-07 14:20:02 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-08-07 14:20:02 +0000 |
| commit | 9bf886f095ec2bd6af5bebc658430fe4de3cbf63 (patch) | |
| tree | 1febcd9ced3a1c1a50dd630a22cce268a8cba215 /src/box3d.h | |
| parent | Compute the correct visible front corner (also for 'upended' boxes) and set t... (diff) | |
| download | inkscape-9bf886f095ec2bd6af5bebc658430fe4de3cbf63.tar.gz inkscape-9bf886f095ec2bd6af5bebc658430fe4de3cbf63.zip | |
Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape boxes when state of a VP changes
(bzr r3412)
Diffstat (limited to 'src/box3d.h')
| -rw-r--r-- | src/box3d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/box3d.h b/src/box3d.h index aecc40462..ed563a42e 100644 --- a/src/box3d.h +++ b/src/box3d.h @@ -67,6 +67,7 @@ void sp_3dbox_set_ratios (SP3DBox *box, Box3D::Axis axes = Box3D::XYZ); void sp_3dbox_switch_front_face (SP3DBox *box, Box3D::Axis axis); void sp_3dbox_move_corner_in_XY_plane (SP3DBox *box, guint id, NR::Point pt, Box3D::Axis axes = Box3D::XY); void sp_3dbox_move_corner_in_Z_direction (SP3DBox *box, guint id, NR::Point pt, bool constrained = true); +void sp_3dbox_reshape_after_VP_toggling (SP3DBox *box, Box3D::Axis axis); NR::Maybe<NR::Point> sp_3dbox_get_center (SP3DBox *box); NR::Maybe<NR::Point> sp_3dbox_get_midpoint_between_corners (SP3DBox *box, guint id_corner1, guint id_corner2); |
