Luanti 5.16.0-dev
Loading...
Searching...
No Matches
guiScrollBar.h
Go to the documentation of this file.
1/*
2Copyright (C) 2002-2013 Nikolaus Gebhardt
3This file is part of the "Irrlicht Engine".
4For conditions of distribution and use, see copyright notice in irrlicht.h
5*/
6
7#pragma once
8
9#include <CGUIScrollBar.h>
10
12
13using namespace gui;
14
15class GUIScrollBar final : public CGUIScrollBar
16{
17public:
18 GUIScrollBar(IGUIEnvironment *environment, IGUIElement *parent, s32 id,
19 core::rect<s32> rectangle, bool horizontal, ISimpleTextureSource *tsrc);
20
21 virtual ~GUIScrollBar() {}
22};
GUIScrollBar(IGUIEnvironment *environment, IGUIElement *parent, s32 id, core::rect< s32 > rectangle, bool horizontal, ISimpleTextureSource *tsrc)
Definition guiScrollBar.cpp:9
virtual ~GUIScrollBar()
Definition guiScrollBar.h:21
Definition texturesource.h:34
Definition fontengine.h:15