Btk
scrollbar.hpp
1 #if !defined(_BTK_SCROLLBAR_HPP_)
2 #define _BTK_SCROLLBAR_HPP_
3 #include "defs.hpp"
4 #include "widget.hpp"
5 namespace Btk{
6  class ScrollBar:public Widget{
7  public:
8  ScrollBar();
9  ~ScrollBar();
10  private:
11 
12  };
13 }
14 
15 
16 #endif // _BTK_SCROLLBAR_HPP_
Definition: scrollbar.hpp:6
Definition: widget.hpp:219
This header include many useful containers.
Definition: async.hpp:7