projects
/
fltk_mvc_template.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial Commit
[fltk_mvc_template.git]
/
_template
/
src
/
ViewFluid.h
1
// generated by Fast Light User Interface Designer (fluid) version 1.0304
2
3
#ifndef ViewFluid_h
4
#define ViewFluid_h
5
#include <FL/Fl.H>
6
#include <FL/Fl_Double_Window.H>
7
#include <FL/Fl_Button.H>
8
9
class ViewFluid {
10
protected:
11
ViewFluid();
12
Fl_Double_Window *win_exmpl;
13
public:
14
Fl_Button *btn_exception;
15
};
16
#endif