~bitshifternz/unity/bug-750349-restore-state

« back to all changes in this revision

Viewing changes to src/VScrollBarSlim.h

Import the work done so far with Compiz

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef VSCROLLBARSLIM_H
 
2
#define VSCROLLBARSLIM_H
 
3
 
 
4
#include "Nux/VScrollBar.h"
 
5
 
 
6
class VScrollBarSlim : public nux::VScrollBar
 
7
{
 
8
public:
 
9
    VScrollBarSlim();
 
10
    ~VScrollBarSlim();
 
11
    virtual void Draw(nux::GraphicsContext& GfxContext, bool force_draw);
 
12
};
 
13
 
 
14
#endif // VSCROLLBARSLIM_H