diff options
| author | Manolo Gouy <Manolo> | 2014-10-29 15:53:52 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2014-10-29 15:53:52 +0000 |
| commit | e292620aad3a78bb4ca2e4032e1799644aa9d332 (patch) | |
| tree | 3e5d9477702ac165a68e6944c99bb55f9bc1c19f /src/Fl_Window.cxx | |
| parent | 11ef7ee9e6b3c39a7052f896da96369dc098d8ae (diff) | |
Added missing Doxygen documentation for 4 Fl_Window member functions.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10405 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Window.cxx')
| -rw-r--r-- | src/Fl_Window.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index ba9f7fef3..9119b7620 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -157,6 +157,7 @@ void Fl_Window::label(const char *name) { label(name, iconlabel()); // platform dependent } +/** Sets the window titlebar label to a copy of a character string */ void Fl_Window::copy_label(const char *a) { Fl_Widget::copy_label(a); label(label(), iconlabel()); // platform dependent @@ -372,6 +373,9 @@ void Fl_Window::icon(const void * ic) { icon_->legacy_icon = ic; } +/** Deletes all icons previously attached to the window. + \see Fl_Window::icons(const Fl_RGB_Image *icons[], int count) + */ void Fl_Window::free_icons() { int i; |
