mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
IrrlichtMt: import scrollbar changes
This commit is contained in:
parent
70fbef112c
commit
ecabcb5c58
4 changed files with 64 additions and 0 deletions
|
@ -51,6 +51,11 @@ public:
|
|||
|
||||
//! sets the current position of the scrollbar
|
||||
virtual void setPos(s32 pos) = 0;
|
||||
|
||||
//! For automatic thumb scaling
|
||||
/** Sets the full height (e.g. content to scroll), in pixels.
|
||||
Set to 0 to disable (default). */
|
||||
virtual void setPageSize(s32 size) = 0;
|
||||
};
|
||||
|
||||
} // end namespace gui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue