;; -*- scheme -*- ; object definitions ... (define-object Canvas (in-module "Plplot") (parent "GnomeCanvas") (c-name "PlplotCanvas") (gtype-id "PLPLOT_TYPE_CANVAS") ) ;; Enumerations and flags ... ;; From ../../../include/plplotcanvas.h (define-function plplot_canvas_get_type (c-name "plplot_canvas_get_type") (return-type "GType") (parameters ) ) (define-function plplot_canvas_new (c-name "plplot_canvas_new") (is-constructor-of "PlplotCanvas") (return-type "PlplotCanvas*") (parameters ) ) (define-method devinit (of-object "PlplotCanvas") (c-name "plplot_canvas_devinit") (return-type "none") ) (define-method dispose (of-object "PlplotCanvas") (c-name "plplot_canvas_dispose") (return-type "none") ) (define-method get_stream_number (of-object "PlplotCanvas") (c-name "plplot_canvas_get_stream_number") (return-type "gint") ) (define-method set_size (of-object "PlplotCanvas") (c-name "plplot_canvas_set_size") (return-type "none") (parameters '("gint" "width") '("gint" "height") ) ) (define-method set_zoom (of-object "PlplotCanvas") (c-name "plplot_canvas_set_zoom") (return-type "none") (parameters '("gdouble" "magnification") ) ) (define-method use_text (of-object "PlplotCanvas") (c-name "plplot_canvas_use_text") (return-type "none") (parameters '("gboolean" "use_text") ) ) (define-method use_pixmap (of-object "PlplotCanvas") (c-name "plplot_canvas_use_pixmap") (return-type "none") (parameters '("gboolean" "use_pixmap") ) ) (define-method use_persistence (of-object "PlplotCanvas") (c-name "plplot_canvas_use_persistence") (return-type "none") (parameters '("gboolean" "use_persistence") ) ) (define-method setcontlabelformat (of-object "PlplotCanvas") (c-name "plplot_canvas_setcontlabelformat") (return-type "none") (parameters '("gint32" "lexp") '("gint32" "sigdig") ) ) (define-method setcontlabelparam (of-object "PlplotCanvas") (c-name "plplot_canvas_setcontlabelparam") (return-type "none") (parameters '("double" "offset") '("double" "size") '("double" "spacing") '("gint32" "active") ) ) (define-method adv (of-object "PlplotCanvas") (c-name "plplot_canvas_adv") (return-type "none") (parameters '("gint32" "page") ) ) (define-method arrows (of-object "PlplotCanvas") (c-name "plplot_canvas_arrows") (return-type "none") (parameters '("double*" "u") '("double*" "v") '("double*" "x") '("double*" "y") '("gint32" "n") '("double" "scale") '("double" "dx") '("double" "dy") ) ) (define-method vect (of-object "PlplotCanvas") (c-name "plplot_canvas_vect") (return-type "none") (parameters '("double**" "u") '("double**" "v") '("gint32" "nx") '("gint32" "ny") '("double" "scale") '("void-(*" "pltr") ) ) (define-method svect (of-object "PlplotCanvas") (c-name "plplot_canvas_svect") (return-type "none") (parameters '("double*" "arrowx") '("double*" "arrowy") '("gint32" "npts") '("gint32" "fill") ) ) (define-method axes (of-object "PlplotCanvas") (c-name "plplot_canvas_axes") (return-type "none") (parameters '("double" "x0") '("double" "y0") '("const-char*" "xopt") '("double" "xtick") '("gint32" "nxsub") '("const-char*" "yopt") '("double" "ytick") '("gint32" "nysub") ) ) (define-method bin (of-object "PlplotCanvas") (c-name "plplot_canvas_bin") (return-type "none") (parameters '("gint32" "nbin") '("double*" "x") '("double*" "y") '("gint32" "center") ) ) (define-method bop (of-object "PlplotCanvas") (c-name "plplot_canvas_bop") (return-type "none") ) (define-method box (of-object "PlplotCanvas") (c-name "plplot_canvas_box") (return-type "none") (parameters '("const-char*" "xopt") '("double" "xtick") '("gint32" "nxsub") '("const-char*" "yopt") '("double" "ytick") '("gint32" "nysub") ) ) (define-method box3 (of-object "PlplotCanvas") (c-name "plplot_canvas_box3") (return-type "none") (parameters '("const-char*" "xopt") '("const-char*" "xlabel") '("double" "xtick") '("gint32" "nsubx") '("const-char*" "yopt") '("const-char*" "ylabel") '("double" "ytick") '("gint32" "nsuby") '("const-char*" "zopt") '("const-char*" "zlabel") '("double" "ztick") '("gint32" "nsubz") ) ) (define-method calc_world (of-object "PlplotCanvas") (c-name "plplot_canvas_calc_world") (return-type "none") (parameters '("double" "rx") '("double" "ry") '("double*" "wx") '("double*" "wy") '("gint32*" "window") ) ) (define-method clear (of-object "PlplotCanvas") (c-name "plplot_canvas_clear") (return-type "none") ) (define-method col0 (of-object "PlplotCanvas") (c-name "plplot_canvas_col0") (return-type "none") (parameters '("gint32" "icol0") ) ) (define-method col1 (of-object "PlplotCanvas") (c-name "plplot_canvas_col1") (return-type "none") (parameters '("double" "col1") ) ) (define-method cont (of-object "PlplotCanvas") (c-name "plplot_canvas_cont") (return-type "none") (parameters '("double**" "f") '("gint32" "nx") '("gint32" "ny") '("gint32" "kx") '("gint32" "lx") '("gint32" "ky") '("gint32" "ly") '("double*" "clevel") '("gint32" "nlevel") '("void-(*" "pltr") ) ) (define-method fcont (of-object "PlplotCanvas") (c-name "plplot_canvas_fcont") (return-type "none") (parameters '("double-(*" "f2eval") ) ) (define-method did2pc (of-object "PlplotCanvas") (c-name "plplot_canvas_did2pc") (return-type "none") (parameters '("double*" "xmin") '("double*" "ymin") '("double*" "xmax") '("double*" "ymax") ) ) (define-method dip2dc (of-object "PlplotCanvas") (c-name "plplot_canvas_dip2dc") (return-type "none") (parameters '("double*" "xmin") '("double*" "ymin") '("double*" "xmax") '("double*" "ymax") ) ) (define-method eop (of-object "PlplotCanvas") (c-name "plplot_canvas_eop") (return-type "none") ) (define-method errx (of-object "PlplotCanvas") (c-name "plplot_canvas_errx") (return-type "none") (parameters '("gint32" "n") '("double*" "xmin") '("double*" "xmax") '("double*" "y") ) ) (define-method erry (of-object "PlplotCanvas") (c-name "plplot_canvas_erry") (return-type "none") (parameters '("gint32" "n") '("double*" "x") '("double*" "ymin") '("double*" "ymax") ) ) (define-method fill (of-object "PlplotCanvas") (c-name "plplot_canvas_fill") (return-type "none") (parameters '("gint32" "n") '("double*" "x") '("double*" "y") ) ) (define-method fill3 (of-object "PlplotCanvas") (c-name "plplot_canvas_fill3") (return-type "none") (parameters '("gint32" "n") '("double*" "x") '("double*" "y") '("double*" "z") ) ) (define-method font (of-object "PlplotCanvas") (c-name "plplot_canvas_font") (return-type "none") (parameters '("gint32" "ifont") ) ) (define-method fontld (of-object "PlplotCanvas") (c-name "plplot_canvas_fontld") (return-type "none") (parameters '("gint32" "fnt") ) ) (define-method gchr (of-object "PlplotCanvas") (c-name "plplot_canvas_gchr") (return-type "none") (parameters '("double*" "p_def") '("double*" "p_ht") ) ) (define-method gcol0 (of-object "PlplotCanvas") (c-name "plplot_canvas_gcol0") (return-type "none") (parameters '("gint32" "icol0") '("gint32*" "r") '("gint32*" "g") '("gint32*" "b") ) ) (define-method gcolbg (of-object "PlplotCanvas") (c-name "plplot_canvas_gcolbg") (return-type "none") (parameters '("gint32*" "r") '("gint32*" "g") '("gint32*" "b") ) ) (define-method gcompression (of-object "PlplotCanvas") (c-name "plplot_canvas_gcompression") (return-type "none") (parameters '("gint32*" "compression") ) ) (define-method gdev (of-object "PlplotCanvas") (c-name "plplot_canvas_gdev") (return-type "none") (parameters '("char*" "p_dev") ) ) (define-method gdidev (of-object "PlplotCanvas") (c-name "plplot_canvas_gdidev") (return-type "none") (parameters '("double*" "p_mar") '("double*" "p_aspect") '("double*" "p_jx") '("double*" "p_jy") ) ) (define-method gdiori (of-object "PlplotCanvas") (c-name "plplot_canvas_gdiori") (return-type "none") (parameters '("double*" "p_rot") ) ) (define-method gdiplt (of-object "PlplotCanvas") (c-name "plplot_canvas_gdiplt") (return-type "none") (parameters '("double*" "p_xmin") '("double*" "p_ymin") '("double*" "p_xmax") '("double*" "p_ymax") ) ) (define-method gfci (of-object "PlplotCanvas") (c-name "plplot_canvas_gfci") (return-type "none") (parameters '("PLUNICODE*" "pfci") ) ) (define-method gfnam (of-object "PlplotCanvas") (c-name "plplot_canvas_gfnam") (return-type "none") (parameters '("char*" "fnam") ) ) (define-method glevel (of-object "PlplotCanvas") (c-name "plplot_canvas_glevel") (return-type "none") (parameters '("gint32*" "p_level") ) ) (define-method gpage (of-object "PlplotCanvas") (c-name "plplot_canvas_gpage") (return-type "none") (parameters '("double*" "p_xp") '("double*" "p_yp") '("gint32*" "p_xleng") '("gint32*" "p_yleng") '("gint32*" "p_xoff") '("gint32*" "p_yoff") ) ) (define-method griddata (of-object "PlplotCanvas") (c-name "plplot_canvas_griddata") (return-type "none") (parameters '("double*" "x") '("double*" "y") '("double*" "z") '("gint32" "npts") '("double*" "xg") '("gint32" "nptsx") '("double*" "yg") '("gint32" "nptsy") '("double**" "zg") '("gint32" "type") '("double" "data") ) ) (define-method gspa (of-object "PlplotCanvas") (c-name "plplot_canvas_gspa") (return-type "none") (parameters '("double*" "xmin") '("double*" "xmax") '("double*" "ymin") '("double*" "ymax") ) ) (define-method gver (of-object "PlplotCanvas") (c-name "plplot_canvas_gver") (return-type "none") (parameters '("char*" "p_ver") ) ) (define-method gvpd (of-object "PlplotCanvas") (c-name "plplot_canvas_gvpd") (return-type "none") (parameters '("double*" "p_xmin") '("double*" "p_xmax") '("double*" "p_ymin") '("double*" "p_ymax") ) ) (define-method gvpw (of-object "PlplotCanvas") (c-name "plplot_canvas_gvpw") (return-type "none") (parameters '("double*" "p_xmin") '("double*" "p_xmax") '("double*" "p_ymin") '("double*" "p_ymax") ) ) (define-method gxax (of-object "PlplotCanvas") (c-name "plplot_canvas_gxax") (return-type "none") (parameters '("gint32*" "p_digmax") '("gint32*" "p_digits") ) ) (define-method gyax (of-object "PlplotCanvas") (c-name "plplot_canvas_gyax") (return-type "none") (parameters '("gint32*" "p_digmax") '("gint32*" "p_digits") ) ) (define-method gzax (of-object "PlplotCanvas") (c-name "plplot_canvas_gzax") (return-type "none") (parameters '("gint32*" "p_digmax") '("gint32*" "p_digits") ) ) (define-method hist (of-object "PlplotCanvas") (c-name "plplot_canvas_hist") (return-type "none") (parameters '("gint32" "n") '("double*" "data") '("double" "datmin") '("double" "datmax") '("gint32" "nbin") '("gint32" "oldwin") ) ) (define-method hls (of-object "PlplotCanvas") (c-name "plplot_canvas_hls") (return-type "none") (parameters '("double" "h") '("double" "l") '("double" "s") ) ) (define-method join (of-object "PlplotCanvas") (c-name "plplot_canvas_join") (return-type "none") (parameters '("double" "x1") '("double" "y1") '("double" "x2") '("double" "y2") ) ) (define-method lab (of-object "PlplotCanvas") (c-name "plplot_canvas_lab") (return-type "none") (parameters '("const-char*" "xlabel") '("const-char*" "ylabel") '("const-char*" "tlabel") ) ) (define-method lightsource (of-object "PlplotCanvas") (c-name "plplot_canvas_lightsource") (return-type "none") (parameters '("double" "x") '("double" "y") '("double" "z") ) ) (define-method line (of-object "PlplotCanvas") (c-name "plplot_canvas_line") (return-type "none") (parameters '("gint32" "n") '("double*" "x") '("double*" "y") ) ) (define-method line3 (of-object "PlplotCanvas") (c-name "plplot_canvas_line3") (return-type "none") (parameters '("gint32" "n") '("double*" "x") '("double*" "y") '("double*" "z") ) ) (define-method lsty (of-object "PlplotCanvas") (c-name "plplot_canvas_lsty") (return-type "none") (parameters '("gint32" "lin") ) ) (define-method map (of-object "PlplotCanvas") (c-name "plplot_canvas_map") (return-type "none") (parameters '("void-(*" "mapform") ) ) (define-method meridians (of-object "PlplotCanvas") (c-name "plplot_canvas_meridians") (return-type "none") (parameters '("void-(*" "mapform") ) ) (define-method mesh (of-object "PlplotCanvas") (c-name "plplot_canvas_mesh") (return-type "none") (parameters '("double*" "x") '("double*" "y") '("double**" "z") '("gint32" "nx") '("gint32" "ny") '("gint32" "opt") ) ) (define-method meshc (of-object "PlplotCanvas") (c-name "plplot_canvas_meshc") (return-type "none") (parameters '("double*" "x") '("double*" "y") '("double**" "z") '("gint32" "nx") '("gint32" "ny") '("gint32" "opt") '("double*" "clevel") '("gint32" "nlevel") ) ) (define-method mtex (of-object "PlplotCanvas") (c-name "plplot_canvas_mtex") (return-type "none") (parameters '("const-char*" "side") '("double" "disp") '("double" "pos") '("double" "just") '("const-char*" "text") ) ) (define-method plot3d (of-object "PlplotCanvas") (c-name "plplot_canvas_plot3d") (return-type "none") (parameters '("double*" "x") '("double*" "y") '("double**" "z") '("gint32" "nx") '("gint32" "ny") '("gint32" "opt") '("gint32" "side") ) ) (define-method plot3dc (of-object "PlplotCanvas") (c-name "plplot_canvas_plot3dc") (return-type "none") (parameters '("double*" "x") '("double*" "y") '("double**" "z") '("gint32" "nx") '("gint32" "ny") '("gint32" "opt") '("double*" "clevel") '("gint32" "nlevel") ) ) (define-method plot3dcl (of-object "PlplotCanvas") (c-name "plplot_canvas_plot3dcl") (return-type "none") (parameters '("double*" "x") '("double*" "y") '("double**" "z") '("gint32" "nx") '("gint32" "ny") '("gint32" "opt") '("double*" "clevel") '("gint32" "nlevel") '("gint32" "ixstart") '("gint32" "ixn") '("gint32*" "indexymin") '("gint32*" "indexymax") ) ) (define-method pat (of-object "PlplotCanvas") (c-name "plplot_canvas_pat") (return-type "none") (parameters '("gint32" "nlin") '("gint32*" "inc") '("gint32*" "del") ) ) (define-method poin (of-object "PlplotCanvas") (c-name "plplot_canvas_poin") (return-type "none") (parameters '("gint32" "n") '("double*" "x") '("double*" "y") '("gint32" "code") ) ) (define-method poin3 (of-object "PlplotCanvas") (c-name "plplot_canvas_poin3") (return-type "none") (parameters '("gint32" "n") '("double*" "x") '("double*" "y") '("double*" "z") '("gint32" "code") ) ) (define-method poly3 (of-object "PlplotCanvas") (c-name "plplot_canvas_poly3") (return-type "none") (parameters '("gint32" "n") '("double*" "x") '("double*" "y") '("double*" "z") '("gint32*" "draw") '("gint32" "ifcc") ) ) (define-method prec (of-object "PlplotCanvas") (c-name "plplot_canvas_prec") (return-type "none") (parameters '("gint32" "setp") '("gint32" "prec") ) ) (define-method psty (of-object "PlplotCanvas") (c-name "plplot_canvas_psty") (return-type "none") (parameters '("gint32" "patt") ) ) (define-method ptex (of-object "PlplotCanvas") (c-name "plplot_canvas_ptex") (return-type "none") (parameters '("double" "x") '("double" "y") '("double" "dx") '("double" "dy") '("double" "just") '("const-char*" "text") ) ) (define-method replot (of-object "PlplotCanvas") (c-name "plplot_canvas_replot") (return-type "none") ) (define-method rgb (of-object "PlplotCanvas") (c-name "plplot_canvas_rgb") (return-type "none") (parameters '("double" "r") '("double" "g") '("double" "b") ) ) (define-method rgb1 (of-object "PlplotCanvas") (c-name "plplot_canvas_rgb1") (return-type "none") (parameters '("gint32" "r") '("gint32" "g") '("gint32" "b") ) ) (define-method schr (of-object "PlplotCanvas") (c-name "plplot_canvas_schr") (return-type "none") (parameters '("double" "def") '("double" "scale") ) ) (define-method scmap0 (of-object "PlplotCanvas") (c-name "plplot_canvas_scmap0") (return-type "none") (parameters '("gint32*" "r") '("gint32*" "g") '("gint32*" "b") '("gint32" "ncol0") ) ) (define-method scmap0n (of-object "PlplotCanvas") (c-name "plplot_canvas_scmap0n") (return-type "none") (parameters '("gint32" "ncol0") ) ) (define-method scmap1 (of-object "PlplotCanvas") (c-name "plplot_canvas_scmap1") (return-type "none") (parameters '("gint32*" "r") '("gint32*" "g") '("gint32*" "b") '("gint32" "ncol1") ) ) (define-method scmap1l (of-object "PlplotCanvas") (c-name "plplot_canvas_scmap1l") (return-type "none") (parameters '("gint32" "itype") '("gint32" "npts") '("double*" "intensity") '("double*" "coord1") '("double*" "coord2") '("double*" "coord3") '("gint32*" "rev") ) ) (define-method scmap1n (of-object "PlplotCanvas") (c-name "plplot_canvas_scmap1n") (return-type "none") (parameters '("gint32" "ncol1") ) ) (define-method scol0 (of-object "PlplotCanvas") (c-name "plplot_canvas_scol0") (return-type "none") (parameters '("gint32" "icol0") '("gint32" "r") '("gint32" "g") '("gint32" "b") ) ) (define-method scolbg (of-object "PlplotCanvas") (c-name "plplot_canvas_scolbg") (return-type "none") (parameters '("gint32" "r") '("gint32" "g") '("gint32" "b") ) ) (define-method scolor (of-object "PlplotCanvas") (c-name "plplot_canvas_scolor") (return-type "none") (parameters '("gint32" "color") ) ) (define-method scompression (of-object "PlplotCanvas") (c-name "plplot_canvas_scompression") (return-type "none") (parameters '("gint32" "compression") ) ) (define-method sdidev (of-object "PlplotCanvas") (c-name "plplot_canvas_sdidev") (return-type "none") (parameters '("double" "mar") '("double" "aspect") '("double" "jx") '("double" "jy") ) ) (define-method sdimap (of-object "PlplotCanvas") (c-name "plplot_canvas_sdimap") (return-type "none") (parameters '("gint32" "dimxmin") '("gint32" "dimxmax") '("gint32" "dimymin") '("gint32" "dimymax") '("double" "dimxpmm") '("double" "dimypmm") ) ) (define-method sdiori (of-object "PlplotCanvas") (c-name "plplot_canvas_sdiori") (return-type "none") (parameters '("double" "rot") ) ) (define-method sdiplt (of-object "PlplotCanvas") (c-name "plplot_canvas_sdiplt") (return-type "none") (parameters '("double" "xmin") '("double" "ymin") '("double" "xmax") '("double" "ymax") ) ) (define-method sdiplz (of-object "PlplotCanvas") (c-name "plplot_canvas_sdiplz") (return-type "none") (parameters '("double" "xmin") '("double" "ymin") '("double" "xmax") '("double" "ymax") ) ) (define-method sesc (of-object "PlplotCanvas") (c-name "plplot_canvas_sesc") (return-type "none") (parameters '("char" "esc") ) ) (define-method sfci (of-object "PlplotCanvas") (c-name "plplot_canvas_sfci") (return-type "none") (parameters '("PLUNICODE" "fci") ) ) (define-method sfnam (of-object "PlplotCanvas") (c-name "plplot_canvas_sfnam") (return-type "none") (parameters '("const-char*" "fnam") ) ) (define-method shade (of-object "PlplotCanvas") (c-name "plplot_canvas_shade") (return-type "none") (parameters '("double**" "a") '("gint32" "nx") '("gint32" "ny") '("gint32-(*" "defined") ) ) (define-method shade1 (of-object "PlplotCanvas") (c-name "plplot_canvas_shade1") (return-type "none") (parameters '("double*" "a") '("gint32" "nx") '("gint32" "ny") '("gint32-(*" "defined") ) ) (define-method shades (of-object "PlplotCanvas") (c-name "plplot_canvas_shades") (return-type "none") (parameters '("double**" "a") '("gint32" "nx") '("gint32" "ny") '("gint32-(*" "defined") ) ) (define-method fshade (of-object "PlplotCanvas") (c-name "plplot_canvas_fshade") (return-type "none") (parameters '("double-(*" "f2eval") ) ) (define-method smaj (of-object "PlplotCanvas") (c-name "plplot_canvas_smaj") (return-type "none") (parameters '("double" "def") '("double" "scale") ) ) (define-method smin (of-object "PlplotCanvas") (c-name "plplot_canvas_smin") (return-type "none") (parameters '("double" "def") '("double" "scale") ) ) (define-method spage (of-object "PlplotCanvas") (c-name "plplot_canvas_spage") (return-type "none") (parameters '("double" "xp") '("double" "yp") '("gint32" "xleng") '("gint32" "yleng") '("gint32" "xoff") '("gint32" "yoff") ) ) (define-method ssub (of-object "PlplotCanvas") (c-name "plplot_canvas_ssub") (return-type "none") (parameters '("gint32" "nx") '("gint32" "ny") ) ) (define-method ssym (of-object "PlplotCanvas") (c-name "plplot_canvas_ssym") (return-type "none") (parameters '("double" "def") '("double" "scale") ) ) (define-method image (of-object "PlplotCanvas") (c-name "plplot_canvas_image") (return-type "none") (parameters '("double**" "data") '("gint32" "nx") '("gint32" "ny") '("double" "xmin") '("double" "xmax") '("double" "ymin") '("double" "ymax") '("double" "zmin") '("double" "zmax") '("double" "Dxmin") '("double" "Dxmax") '("double" "Dymin") '("double" "Dymax") ) ) (define-method styl (of-object "PlplotCanvas") (c-name "plplot_canvas_styl") (return-type "none") (parameters '("gint32" "nms") '("gint32*" "mark") '("gint32*" "space") ) ) (define-method surf3d (of-object "PlplotCanvas") (c-name "plplot_canvas_surf3d") (return-type "none") (parameters '("double*" "x") '("double*" "y") '("double**" "z") '("gint32" "nx") '("gint32" "ny") '("gint32" "opt") '("double*" "clevel") '("gint32" "nlevel") ) ) (define-method surf3dl (of-object "PlplotCanvas") (c-name "plplot_canvas_surf3dl") (return-type "none") (parameters '("double*" "x") '("double*" "y") '("double**" "z") '("gint32" "nx") '("gint32" "ny") '("gint32" "opt") '("double*" "clevel") '("gint32" "nlevel") '("gint32" "ixstart") '("gint32" "ixn") '("gint32*" "indexymin") '("gint32*" "indexymax") ) ) (define-method svpa (of-object "PlplotCanvas") (c-name "plplot_canvas_svpa") (return-type "none") (parameters '("double" "xmin") '("double" "xmax") '("double" "ymin") '("double" "ymax") ) ) (define-method sxax (of-object "PlplotCanvas") (c-name "plplot_canvas_sxax") (return-type "none") (parameters '("gint32" "digmax") '("gint32" "digits") ) ) (define-method sxwin (of-object "PlplotCanvas") (c-name "plplot_canvas_sxwin") (return-type "none") (parameters '("gint32" "window_id") ) ) (define-method syax (of-object "PlplotCanvas") (c-name "plplot_canvas_syax") (return-type "none") (parameters '("gint32" "digmax") '("gint32" "digits") ) ) (define-method sym (of-object "PlplotCanvas") (c-name "plplot_canvas_sym") (return-type "none") (parameters '("gint32" "n") '("double*" "x") '("double*" "y") '("gint32" "code") ) ) (define-method szax (of-object "PlplotCanvas") (c-name "plplot_canvas_szax") (return-type "none") (parameters '("gint32" "digmax") '("gint32" "digits") ) ) (define-method text (of-object "PlplotCanvas") (c-name "plplot_canvas_text") (return-type "none") ) (define-method vasp (of-object "PlplotCanvas") (c-name "plplot_canvas_vasp") (return-type "none") (parameters '("double" "aspect") ) ) (define-method vpas (of-object "PlplotCanvas") (c-name "plplot_canvas_vpas") (return-type "none") (parameters '("double" "xmin") '("double" "xmax") '("double" "ymin") '("double" "ymax") '("double" "aspect") ) ) (define-method vpor (of-object "PlplotCanvas") (c-name "plplot_canvas_vpor") (return-type "none") (parameters '("double" "xmin") '("double" "xmax") '("double" "ymin") '("double" "ymax") ) ) (define-method vsta (of-object "PlplotCanvas") (c-name "plplot_canvas_vsta") (return-type "none") ) (define-method w3d (of-object "PlplotCanvas") (c-name "plplot_canvas_w3d") (return-type "none") (parameters '("double" "basex") '("double" "basey") '("double" "height") '("double" "xmin0") '("double" "xmax0") '("double" "ymin0") '("double" "ymax0") '("double" "zmin0") '("double" "zmax0") '("double" "alt") '("double" "az") ) ) (define-method wid (of-object "PlplotCanvas") (c-name "plplot_canvas_wid") (return-type "none") (parameters '("gint32" "width") ) ) (define-method wind (of-object "PlplotCanvas") (c-name "plplot_canvas_wind") (return-type "none") (parameters '("double" "xmin") '("double" "xmax") '("double" "ymin") '("double" "ymax") ) ) (define-method xormod (of-object "PlplotCanvas") (c-name "plplot_canvas_xormod") (return-type "none") (parameters '("gint32" "mode") '("gint32*" "status") ) )