milsko/include/MwOO/Widget/ScrollBar.h

12 lines
269 B
C
Raw Normal View History

/* $Id$ */
#ifndef __MWOO_WIDGET_SCROLLBAR_H__
#define __MWOO_WIDGET_SCROLLBAR_H__
#include <MwOO/Base.h>
class MwOOScrollBarWidget : public MwOOWidget {
public:
MwOOScrollBarWidget(const char* name, MwOOWidget* parent, int x, int y, int w, int h);
};
#endif