#include <Fl_Shaped_Window.h>
Inheritance diagram for Fl_Shaped_Window:

Public Methods | |
| Fl_Shaped_Window (int W, int H, const char *l=0) | |
| Fl_Shaped_Window (int X, int Y, int W, int H, const char *l=0) | |
| void | shape (Fl_Bitmap *b) |
| void | shape (Fl_Bitmap &b) |
| virtual void | draw () |
Protected Attributes | |
| Fl_Bitmap * | shape_ |
| int | lw |
| int | lh |
| int | changed |
Definition at line 29 of file Fl_Shaped_Window.h.
1.2.15