diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-10-06 15:07:39 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-10-06 15:07:39 +0200 |
| commit | e9719e5416e2301cf2c7cf355d9d10d97ebdd69d (patch) | |
| tree | 1555c0677a0c825a52b6189a5e4eea07e9827fbd /src/Fl_Window.cxx | |
| parent | 5f189aa2139da497de03b2dfc157dbffd176a27c (diff) | |
Update window icon-related doc in platform-specific section.
Diffstat (limited to 'src/Fl_Window.cxx')
| -rw-r--r-- | src/Fl_Window.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index 2d589f495..3a3966132 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -385,8 +385,10 @@ const void *Fl_Window::icon() const { return pWindowDriver->icon(); } -/** Sets the current icon window target dependent data. - \deprecated in 1.3.3 +/** Platform-specific method to set the window icon usable on Windows and X11 only. + See \ref osissues_x_icon for its use under X11, and \ref osissues_icon_windows under Windows. + \deprecated in 1.3.3 in favor of platform-independent methods Fl_Window::icon(const Fl_RGB_Image *icon) + and Fl_Window::icons(const Fl_RGB_Image *icons[], int count). */ void Fl_Window::icon(const void * ic) { pWindowDriver->icon(ic); |
