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)  

Fl_Tree.cxx File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <FL/Fl_Tree.H>
#include <FL/Fl_Preferences.H>
Include dependency graph for Fl_Tree.cxx:

Go to the source code of this file.

Defines

#define SAFE_RCAT(c)

Define Documentation

#define SAFE_RCAT (   c)
Value:
{ \
  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().