source: NonGTP/glut/FLTK/include/FL/Fl_Tabs.H @ 814

Revision 814, 247 bytes checked in by gumbau, 18 years ago (diff)

Glut initial import used by Geometry modules

Line 
1#ifndef Fl_Tabs_H
2#define Fl_Tabs_H
3
4#include "Fl_Group.H"
5#include <fltk/TabGroup.h>
6
7class Fl_Tabs : public fltk::TabGroup {
8
9public:
10  Fl_Tabs(int x, int y, int w, int h, const char*l = 0)
11    : fltk::TabGroup(x,y,w,h,l) {begin();}
12};
13
14#endif
15
Note: See TracBrowser for help on using the repository browser.