Code

Only set style of box sides during creation (not upon every repr write).
[inkscape.git] / src / box3d-side.h
index e9154087f892edfa849608845c0da1d64107d732..d2a1d62c9b9e2a46a9a79311368b291dcb1b1709 100644 (file)
@@ -42,6 +42,7 @@ GType box3d_side_get_type (void);
 //void sp_box3d_side_position_set (Box3DSide *side, NR::Point corner1, NR::Point corner2);
 void box3d_side_set_shape (SPShape *shape);
 void box3d_side_position_set (Box3DSide *side); // FIXME: Replace this by box3d_side_set_shape??
+void box3d_side_apply_style (Box3DSide *side);
 gchar *box3d_side_axes_string(Box3DSide *side);
 Persp3D *box3d_side_perspective(Box3DSide *side);