This website works better with JavaScript.
Home
Help
Sign In
non
/
ntk
mirror of
https://github.com/original-male/ntk
Watch
1
Star
0
Fork
0
Code
Releases
2
Activity
Browse Source
Cleanup Fl_Roller.H
tags/v1.3.1000
Jonathan Moore Liles
13 years ago
parent
e2e00a0095
commit
a62ed328af
1 changed files
with
12 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-5
FL/Fl_Roller.H
+ 12
- 5
FL/Fl_Roller.H
View File
@@ -31,13 +31,20 @@
#ifndef Fl_Roller_H
#define Fl_Roller_H
#ifndef Fl_Valuator_H
#include "Fl_Valuator.H"
#endif
#include <FL/Fl_Slider.H>
#define Fl_Roller Fl_Slider
class Fl_Roller : public Fl_Slider
{
public:
Fl_Roller( int X, int Y, int W, int H, char const *L = 0 ) : Fl_Slider( X,Y,W,H,L )
{
}
virtual ~Fl_Roller ( )
{
}
};
#endif
Write
Preview
Loading…
Cancel
Save