Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <FL/Fl_Box.H>
- class Fl_Canvas : public Fl_Box {
- public:
- Fl_Canvas(Fl_Boxtype b, int X, int Y, int W, int H) : Fl_Box(b, X, Y, W, H, "")
- {
- };
- void add_image(const char* _image);
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement