|
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 <stdio.h>#include <stdlib.h>#include <string.h>#include <FL/Fl_Tree.H>#include <FL/Fl_Preferences.H>
Go to the source code of this file.
Defines | |
| #define | SAFE_RCAT(c) |
| #define SAFE_RCAT | ( | c | ) |
{ \
slen += 1; if ( slen >= pathnamelen ) { pathname[0] = '\0'; return(-2); } \
*s-- = c; \
}
Definition at line 188 of file Fl_Tree.cxx.
Referenced by Fl_Tree::item_pathname().