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_Menu_.cxx File Reference

#include <FL/Fl.H>
#include <FL/Fl_Menu_.H>
#include "flstring.h"
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for Fl_Menu_.cxx:

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 Documentation

#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().


Variable Documentation

Definition at line 370 of file Fl_Menu_.cxx.

Referenced by Fl_Menu_::insert().