source:
NonGTP/FLTK/include/FL/Fl_Tile.H
@
773
Revision 773, 254 bytes checked in by gumbau, 19 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[773] | 1 | #ifndef Fl_Tile_H |
2 | #define Fl_Tile_H | |
3 | ||
4 | #include "Fl_Widget.H" | |
5 | #include <fltk/TiledGroup.h> | |
6 | ||
7 | class Fl_Tile : public fltk::TiledGroup { | |
8 | ||
9 | public: | |
10 | Fl_Tile(int x, int y, int w, int h, const char*l = 0) | |
11 | : fltk::TiledGroup(x,y,w,h,l) {begin();} | |
12 | }; | |
13 | ||
14 | #endif | |
15 |
Note: See TracBrowser
for help on using the repository browser.