comparison scripts/plot/graphics_toolkit.m @ 13977:08ae07e40d4f

Only run uimenu tests if FLTK toolkit is available (Bug #34908) * graphics_toolkit.m: Correct @deftypefn to @deftypefnx for Texinfo to build * allchild.m: Eliminate unnecessary for loop. Only run test if FLTK toolkit is available. * findall.m, uimenu.m: Only run test if FLTK toolkit is available.
author Rik <octave@nomad.inbox5.com>
date Fri, 02 Dec 2011 14:48:45 -0800
parents fb5955171b0b
children e3bed294b117
comparison
equal deleted inserted replaced
13976:fb5955171b0b 13977:08ae07e40d4f
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {@var{name} =} graphics_toolkit () 20 ## @deftypefn {Function File} {@var{name} =} graphics_toolkit ()
21 ## @deftypefn {Function File} {@var{old_name} =} graphics_toolkit (@var{name}) 21 ## @deftypefnx {Function File} {@var{old_name} =} graphics_toolkit (@var{name})
22 ## @deftypefnx {Function File} {} graphics_toolkit (@var{hlist}, @var{name}) 22 ## @deftypefnx {Function File} {} graphics_toolkit (@var{hlist}, @var{name})
23 ## Query or set the default graphics toolkit to @var{name}. If the 23 ## Query or set the default graphics toolkit to @var{name}. If the
24 ## toolkit is not already loaded, it is first initialized by calling the 24 ## toolkit is not already loaded, it is first initialized by calling the
25 ## function @code{__init_@var{name}__}. 25 ## function @code{__init_@var{name}__}.
26 ## 26 ##