|
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 <FL/Fl.H>#include <FL/Fl_Double_Window.H>#include <FL/Fl_Box.H>#include <FL/Fl_Button.H>#include <FL/Fl_Return_Button.H>

Go to the source code of this file.
Functions | |
| void | show_help (const char *name) |
| Fl_Double_Window * | make_about_panel () |
Variables | |
| Fl_Double_Window * | about_panel |
| Fl_Double_Window* make_about_panel | ( | ) |
Definition at line 273 of file about_panel.cxx.
References about_panel, Fl_Widget::align(), Fl_Widget::callback(), Fl_Widget::color(), Fl_Group::end(), FL_ALIGN_INSIDE, FL_ALIGN_TOP_LEFT, FL_DARK1, FL_DARK_BLUE, FL_LIGHT1, Fl_Window::hotspot(), Fl_Widget::image(), Fl_Widget::labelcolor(), Fl_Widget::labelfont(), Fl_Widget::labelsize(), Fl_Widget::selection_color(), and Fl_Window::set_non_modal().
Referenced by about_cb().
| void show_help | ( | const char * | name | ) |
Definition at line 848 of file fluid.cxx.
References FL_PATH_MAX, FLTK_DOCDIR, Fl_Help_Dialog::load(), NULL, Fl_Help_Dialog::show(), snprintf, and strlcpy.
Definition at line 33 of file about_panel.cxx.
Referenced by about_cb(), exit_cb(), and make_about_panel().