summaryrefslogtreecommitdiff
path: root/FL/Fl_Window.H
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-05 15:21:34 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-05 15:21:34 +0500
commitdb214d1145e46d527a46d1fc2519548d2c4d23f1 (patch)
treecf0fd9922e4d54f6beb63888f9b28c8e2a787bdf /FL/Fl_Window.H
parent75fc94d6c71fe686f6dde5b41ad91cba2f6bdd6f (diff)
wip: fork
Diffstat (limited to 'FL/Fl_Window.H')
-rw-r--r--FL/Fl_Window.H37
1 files changed, 0 insertions, 37 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H
index 54ecf0f5d..d832b1b88 100644
--- a/FL/Fl_Window.H
+++ b/FL/Fl_Window.H
@@ -385,43 +385,6 @@ public:
void icon(const Fl_RGB_Image*);
void icons(const Fl_RGB_Image*[], int);
-#if defined(_WIN32) || defined(FL_DOXYGEN)
- typedef struct HICON__* HICON;
- // These 2 member functions break the driver model but are kept for back compatibility.
- // They are implemented in Fl_win32.cxx
-
- /** Sets the default window icons (Windows platform only).
-
- Convenience function to set the default icons using Windows'
- native HICON icon handles.
-
- The given icons are copied. You can free the icons immediately after
- this call.
-
- \param[in] big_icon default large icon for all windows
- subsequently created
- \param[in] small_icon default small icon for all windows
- subsequently created
-
- \see Fl_Window::default_icon(const Fl_RGB_Image *)
- \see Fl_Window::default_icons(const Fl_RGB_Image *[], int)
- \see Fl_Window::icon(const Fl_RGB_Image *)
- \see Fl_Window::icons(const Fl_RGB_Image *[], int)
- \see Fl_Window::icons(HICON, HICON)
- */
- static void default_icons(HICON big_icon, HICON small_icon);
-
- /** Sets the window icons using HICON handles (Windows platform only).
-
- The given icons are copied. You can free the icons immediately after
- this call.
-
- \param[in] big_icon large window icon
- \param[in] small_icon small window icon
- */
- void icons(HICON big_icon, HICON small_icon);
-#endif // defined(_WIN32) || defined(FL_DOXYGEN)
-
/* for legacy compatibility */
const void* icon() const;
void icon(const void * ic);