GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "builtins.h"
#include "defun-dld.h"
#include "error.h"
#include "graphics.h"
#include "parse.h"
#include "variables.h"
Go to the source code of this file.
Classes | |
class | gnuplot_graphics_toolkit |
Functions | |
DEFUN_DLD (__init_gnuplot__,,,"") |
Variables | |
static bool | toolkit_loaded = false |
DEFUN_DLD | ( | __init_gnuplot__ | , |
"" | |||
) |
Definition at line 171 of file __init_gnuplot__.cc.
References gtk_manager::load_toolkit(), and mlock().
|
static |
Definition at line 45 of file __init_gnuplot__.cc.