|
GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "builtin-defun-decls.h"#include "defun-dld.h"#include "error.h"#include "ov-fcn-handle.h"
Go to the source code of this file.
Functions | |
| OCTAVE_EXPORT octave_value_list | F__fltk_check__ (const octave_value_list &, int) |
| OCTAVE_EXPORT octave_value_list | F__have_fltk__ (const octave_value_list &, int) |
| OCTAVE_EXPORT octave_value_list | F__init_fltk__ (const octave_value_list &, int) |
| C OCTAVE_EXPORT octave_function * | G__fltk_check__ (const octave_shlib &shl, bool relative) |
| C OCTAVE_EXPORT octave_function * | G__have_fltk__ (const octave_shlib &shl, bool relative) |
| C OCTAVE_EXPORT octave_function * | G__init_fltk__ (const octave_shlib &shl, bool relative) |
| OCTAVE_EXPORT octave_value_list F__fltk_check__ | ( | const octave_value_list & | , |
| int | |||
| ) |
Definition at line 2349 of file __init_fltk__.cc.
Referenced by G__init_fltk__().
| OCTAVE_EXPORT octave_value_list F__have_fltk__ | ( | const octave_value_list & | , |
| int | |||
| ) |
Definition at line 2400 of file __init_fltk__.cc.
| OCTAVE_EXPORT octave_value_list F__init_fltk__ | ( | const octave_value_list & | , |
| int | |||
| ) |
Definition at line 2369 of file __init_fltk__.cc.
| C OCTAVE_EXPORT octave_function* G__fltk_check__ | ( | const octave_shlib & | shl, |
| bool | relative | ||
| ) |
Definition at line 2349 of file __init_fltk__.cc.
References error(), Fdrawnow(), octave_value(), and Vdrawnow_requested.
| C OCTAVE_EXPORT octave_function* G__have_fltk__ | ( | const octave_shlib & | shl, |
| bool | relative | ||
| ) |
Definition at line 2400 of file __init_fltk__.cc.
| C OCTAVE_EXPORT octave_function* G__init_fltk__ | ( | const octave_shlib & | shl, |
| bool | relative | ||
| ) |
Definition at line 2369 of file __init_fltk__.cc.
References display_info::display_available(), error(), F__fltk_check__(), Fadd_input_event_hook(), gtk_manager::load_toolkit(), mlock(), and octave_value().
1.8.8