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_margins Struct Reference

List of all members.

Public Member Functions

 fl_margins ()
int clear ()
int current ()
int pop ()
int push (int indent)

Public Attributes

int depth_
int margins_ [100]

Detailed Description

Definition at line 150 of file Fl_Help_View.cxx.


Constructor & Destructor Documentation

fl_margins::fl_margins ( ) [inline]

Definition at line 154 of file Fl_Help_View.cxx.

References clear().


Member Function Documentation

int fl_margins::clear ( ) [inline]

Definition at line 156 of file Fl_Help_View.cxx.

References depth_, and margins_.

Referenced by fl_margins().

int fl_margins::current ( ) [inline]

Definition at line 163 of file Fl_Help_View.cxx.

References depth_, and margins_.

int fl_margins::pop ( ) [inline]

Definition at line 165 of file Fl_Help_View.cxx.

References depth_, and margins_.

int fl_margins::push ( int  indent) [inline]

Definition at line 175 of file Fl_Help_View.cxx.

References depth_, indent(), and margins_.


Member Data Documentation

Definition at line 151 of file Fl_Help_View.cxx.

Referenced by clear(), current(), pop(), and push().

Definition at line 152 of file Fl_Help_View.cxx.

Referenced by clear(), current(), pop(), and push().


The documentation for this struct was generated from the following file: