|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include <FL/Fl.H>#include <FL/Fl_Menu_.H>#include "flstring.h"#include <stdio.h>#include <stdlib.h>
Go to the source code of this file.
Defines | |
| #define | SAFE_STRCAT(s) { len += strlen(s); if ( len >= namelen ) { *name='\0'; return(-2); } else strcat(name,(s)); } |
Variables | |
| Fl_Menu_ * | fl_menu_array_owner = 0 |
| #define SAFE_STRCAT | ( | s | ) | { len += strlen(s); if ( len >= namelen ) { *name='\0'; return(-2); } else strcat(name,(s)); } |
Definition at line 40 of file Fl_Menu_.cxx.
Referenced by Fl_Menu_::item_pathname().
Definition at line 370 of file Fl_Menu_.cxx.
Referenced by Fl_Menu_::insert().