diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-09-15 00:27:28 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-09-15 00:27:28 +0000 |
| commit | fdcfef214e67b0b1162ef4098ba960efd7049523 (patch) | |
| tree | ec879deb42fe1fbf3ec5a93cf2d7227cf09ed25e /src/Fl_Menu_Window.cxx | |
| parent | e760e8a6e7335ab0689686b907dcafe94aa168db (diff) | |
Doxygen documentation WP7 Done. Fl_Menu_Item was a real pain to doxyfy.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6248 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Menu_Window.cxx')
| -rw-r--r-- | src/Fl_Menu_Window.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl_Menu_Window.cxx b/src/Fl_Menu_Window.cxx index ece82ce30..2b463f3bc 100644 --- a/src/Fl_Menu_Window.cxx +++ b/src/Fl_Menu_Window.cxx @@ -78,6 +78,7 @@ void Fl_Menu_Window::flush() { #endif } +/** Erases the window, does nothing if HAVE_OVERLAY is not defined config.h */ void Fl_Menu_Window::erase() { #if HAVE_OVERLAY if (!gc || !shown()) return; @@ -94,6 +95,7 @@ void Fl_Menu_Window::hide() { Fl_Single_Window::hide(); } +/** Destroys the window and all of its children.*/ Fl_Menu_Window::~Fl_Menu_Window() { hide(); } |
