mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-27 19:35:24 +01:00
IrrlichtMt: import scrollbar changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user