summaryrefslogtreecommitdiff
path: root/FL/Fl_Window.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2014-08-27 11:55:57 +0000
committerManolo Gouy <Manolo>2014-08-27 11:55:57 +0000
commit8997131377a02004503c40ba2a96e6937bfd39c1 (patch)
tree666c4f7d681f1a47f4f3d8372b20d6fc96d2b582 /FL/Fl_Window.H
parent22beee52afd4e06e0f7fa2e19ce86e132b75730b (diff)
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
Diffstat (limited to 'FL/Fl_Window.H')
-rw-r--r--FL/Fl_Window.H3
1 files changed, 2 insertions, 1 deletions
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;