|
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) ![]() |
Public Member Functions | |
| fl_margins () | |
| int | clear () |
| int | current () |
| int | pop () |
| int | push (int indent) |
Public Attributes | |
| int | depth_ |
| int | margins_ [100] |
Definition at line 150 of file Fl_Help_View.cxx.
| fl_margins::fl_margins | ( | ) | [inline] |
Definition at line 154 of file Fl_Help_View.cxx.
References clear().
| 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.
| int fl_margins::pop | ( | ) | [inline] |
Definition at line 165 of file Fl_Help_View.cxx.
| int fl_margins::push | ( | int | indent | ) | [inline] |
Definition at line 175 of file Fl_Help_View.cxx.
| int fl_margins::margins_[100] |