Functions

__init_fltk__.cc File Reference

#include "defun-dld.h"
#include "error.h"
Include dependency graph for __init_fltk__.cc:

Go to the source code of this file.

Functions

 DEFUN_DLD (mouse_wheel_zoom, args,,"-*- texinfo -*-\n\ @deftypefn {Built-in Function} {@var{speed} =} mouse_wheel_zoom ()\n\ @deftypefnx {Built-in Function} {} mouse_wheel_zoom (@var{speed})\n\ Query or set the mouse wheel zoom factor.\n\ \n\ This function is currently implemented only for the FLTK graphics toolkit.\n\ @seealso{gui_mode}\n\ @end deftypefn")
 DEFUN_DLD (gui_mode, args,,"-*- texinfo -*-\n\ @deftypefn {Built-in Function} {@var{mode} =} gui_mode ()\n\ @deftypefnx {Built-in Function} {} gui_mode (@var{mode})\n\ Query or set the GUI mode for the current graphics toolkit.\n\ The @var{mode} argument can be one of the following strings:\n\ @table @asis\n\ @item '2d'\n\ Allows panning and zooming of current axes.\n\ \n\ @item '3d'\n\ Allows rotating and zooming of current axes.\n\ \n\ @item 'none'\n\ Mouse inputs have no effect.\n\ @end table\n\ \n\ This function is currently implemented only for the FLTK graphics toolkit.\n\ @seealso{mouse_wheel_zoom}\n\ @end deftypefn")

Function Documentation

DEFUN_DLD ( mouse_wheel_zoom  ,
args   
)

Definition at line 2017 of file __init_fltk__.cc.

References error(), octave_value_list::length(), and octave_value().

DEFUN_DLD ( gui_mode  ,
args   
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines