summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/InvisibleBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/InvisibleBox.h')
-rw-r--r--os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/InvisibleBox.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/InvisibleBox.h b/os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/InvisibleBox.h
deleted file mode 100644
index b5042039..00000000
--- a/os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/InvisibleBox.h
+++ /dev/null
@@ -1,30 +0,0 @@
-//
-// "$Id: InvisibleBox.h 5698 2007-02-19 05:40:36Z spitzak $"
-//
-// This is a box that is invisible due to not having a box. The
-// label still prints so it can be used to position labels. Also
-// this is useful as a resizable() widget.
-
-#ifndef fltk_InvisibleBox_h
-#define fltk_InvisibleBox_h
-
-#include "Widget.h"
-
-namespace fltk {
-
-class FL_API InvisibleBox : public Widget {
-public:
- InvisibleBox(int x, int y, int w, int h, const char *l=0);
- InvisibleBox(Box* b, int x, int y, int w, int h, const char *l);
- static NamedStyle* default_style;
- int handle(int);
- void draw();
-};
-
-}
-
-#endif
-
-//
-// End of "$Id: InvisibleBox.h 5698 2007-02-19 05:40:36Z spitzak $".
-//