comparison libinterp/dldfcn/__init_fltk__.cc @ 29993:b5fae48ad807

move classes for graphics objects and properties inside octave namespace * graphics.in.h, graphics.cc: Move all graphics object and properties classes inside octave namespace. Change all uses. Provide deprecated typedefs to preserve old names. * __init_fltk__.cc, __init_gnuplot__.cc: Move all tookit code inside octave namespace.
author John W. Eaton <jwe@octave.org>
date Wed, 18 Aug 2021 00:25:50 -0400
parents 7d9be634ac91
children 1cf04058fea6
comparison
equal deleted inserted replaced
29992:6ea4a84df9c7 29993:b5fae48ad807
102 #include "ov-fcn-handle.h" 102 #include "ov-fcn-handle.h"
103 #include "ov.h" 103 #include "ov.h"
104 #include "ovl.h" 104 #include "ovl.h"
105 #include "parse.h" 105 #include "parse.h"
106 #include "variables.h" 106 #include "variables.h"
107
108 OCTAVE_NAMESPACE_BEGIN
107 109
108 #define FLTK_GRAPHICS_TOOLKIT_NAME "fltk" 110 #define FLTK_GRAPHICS_TOOLKIT_NAME "fltk"
109 111
110 const char *help_text = "\ 112 const char *help_text = "\
111 Keyboard Shortcuts\n\ 113 Keyboard Shortcuts\n\
2547 2549
2548 /* 2550 /*
2549 ## No test needed for internal helper function. 2551 ## No test needed for internal helper function.
2550 %!assert (1) 2552 %!assert (1)
2551 */ 2553 */
2554
2555 OCTAVE_NAMESPACE_END