From: <sm...@us...> - 2009-08-19 07:56:29
|
Revision: 10292 http://plplot.svn.sourceforge.net/plplot/?rev=10292&view=rev Author: smekal Date: 2009-08-19 07:56:16 +0000 (Wed, 19 Aug 2009) Log Message: ----------- plslabelfunc() works now for Lua as well. Removed if clause. Modified Paths: -------------- trunk/bindings/swig-support/plplotcapi.i Modified: trunk/bindings/swig-support/plplotcapi.i =================================================================== --- trunk/bindings/swig-support/plplotcapi.i 2009-08-19 07:55:17 UTC (rev 10291) +++ trunk/bindings/swig-support/plplotcapi.i 2009-08-19 07:56:16 UTC (rev 10292) @@ -762,11 +762,9 @@ pltr_func pltr, PLPointer SWIG_OBJECT_DATA); -#if !defined(SWIG_LUA) %feature("autodoc", "Set up a user-provided custom labeling function") plslabelfunc; void plslabelfunc(label_func lf, PLPointer data); -#endif %feature("autodoc", "Set up lengths of major tick marks.") plsmaj; void This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |