comparison src/graphics.cc @ 6678:49724abe1236

[project @ 2007-05-31 19:44:45 by jwe]
author jwe
date Thu, 31 May 2007 19:44:45 +0000
parents 55586d763de1
children 0458599c50d7
comparison
equal deleted inserted replaced
6677:9a8861bc2b34 6678:49724abe1236
3311 3311
3312 // --------------------------------------------------------------------- 3312 // ---------------------------------------------------------------------
3313 3313
3314 DEFUN (ishandle, args, , 3314 DEFUN (ishandle, args, ,
3315 "-*- texinfo -*-\n\ 3315 "-*- texinfo -*-\n\
3316 @deftypefn {Function File} {} ishandle (@var{h})\n\ 3316 @deftypefn {Built-in Function} {} ishandle (@var{h})\n\
3317 Return true if @var{h} is a graphics handle and false otherwise.\n\ 3317 Return true if @var{h} is a graphics handle and false otherwise.\n\
3318 @end deftypefn") 3318 @end deftypefn")
3319 { 3319 {
3320 octave_value retval; 3320 octave_value retval;
3321 3321
3327 return retval; 3327 return retval;
3328 } 3328 }
3329 3329
3330 DEFUN (set, args, , 3330 DEFUN (set, args, ,
3331 "-*- texinfo -*-\n\ 3331 "-*- texinfo -*-\n\
3332 @deftypefn {Function File} {} set (@var{h}, @var{p}, @var{v}, @dots{})\n\ 3332 @deftypefn {Built-in Function} {} set (@var{h}, @var{p}, @var{v}, @dots{})\n\
3333 Set the named property @var{p} to the value @var{v} in the graphics\n\ 3333 Set the named property @var{p} to the value @var{v} in the graphics\n\
3334 handle @var{h}.\n\ 3334 handle @var{h}.\n\
3335 @end deftypefn") 3335 @end deftypefn")
3336 { 3336 {
3337 octave_value retval; 3337 octave_value retval;
3364 return retval; 3364 return retval;
3365 } 3365 }
3366 3366
3367 DEFUN (get, args, , 3367 DEFUN (get, args, ,
3368 "-*- texinfo -*-\n\ 3368 "-*- texinfo -*-\n\
3369 @deftypefn {Function File} {} get (@var{h}, @var{p})\n\ 3369 @deftypefn {Built-in Function} {} get (@var{h}, @var{p})\n\
3370 Return the named property @var{p} from the graphics handle @var{h}.\n\ 3370 Return the named property @var{p} from the graphics handle @var{h}.\n\
3371 If @var{p} is omitted, return the complete property list for @var{h}.\n\ 3371 If @var{p} is omitted, return the complete property list for @var{h}.\n\
3372 @end deftypefn") 3372 @end deftypefn")
3373 { 3373 {
3374 octave_value retval; 3374 octave_value retval;