From 8997131377a02004503c40ba2a96e6937bfd39c1 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 27 Aug 2014 11:55:57 +0000 Subject: Added the Fl_Shaped_Window class to support windows of arbitrary shapes. The new class is fully Doxygen-documented. Added an example program (example/shapedwindow.cxx) that exercises the new class. Modified all IDE-supporting files accordingly. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10255 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Window.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FL/Fl_Window.H') diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index 92e76676f..03c82789e 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -16,7 +16,7 @@ // http://www.fltk.org/str.php // -/* \file +/** \file Fl_Window widget . */ #ifndef Fl_Window_H @@ -30,6 +30,7 @@ #define FL_WINDOW 0xF0 ///< window type id all subclasses have type() >= this #define FL_DOUBLE_WINDOW 0xF1 ///< double window type id +#define FL_SHAPED_WINDOW 0xF2 ///< shaped window type id class Fl_X; class Fl_RGB_Image; -- cgit v1.2.3