diff src/graphics.h.in @ 10917:888c75785221

Improvements to FLTK backend rotation * Don't rotate past the top and bottom * Implement __calc_dimensions__ in C++ so that it's available to graphics object ctors * Make rotation the default mode in 3d plots * Replace an instance of m-script __calc_dimensions__ with C++ version
author Jordi Guti?rrez Hermoso <jordigh@gmail.com>
date Fri, 27 Aug 2010 15:11:35 -0400
parents 91342260063e
children 56f9c10e9e98
line wrap: on
line diff
--- a/src/graphics.h.in	Fri Aug 27 14:04:04 2010 -0400
+++ b/src/graphics.h.in	Fri Aug 27 15:11:35 2010 -0400
@@ -4250,6 +4250,8 @@
 void get_children_limits (double& min_val, double& max_val, double& min_pos,
                           const Matrix& kids, char limit_type);
 
+OCTINTERP_API int calc_dimensions (const graphics_object& gh);
+
 // This function is NOT equivalent to the scripting language function gcf.
 OCTINTERP_API graphics_handle gcf (void);