mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
IrrlichtMt: Add scrollbar support to CGUIEditBox
This commit is contained in:
parent
ecabcb5c58
commit
39f2727503
8 changed files with 94 additions and 644 deletions
|
@ -188,6 +188,7 @@ protected:
|
|||
s32 MarkBegin;
|
||||
s32 MarkEnd;
|
||||
|
||||
video::SColor OverrideBgColor = 0;
|
||||
video::SColor OverrideColor;
|
||||
gui::IGUIFont *OverrideFont, *LastBreakFont;
|
||||
IOSOperator *Operator;
|
||||
|
@ -203,7 +204,7 @@ protected:
|
|||
|
||||
bool WordWrap = false,
|
||||
MultiLine = false,
|
||||
AutoScroll = false,
|
||||
AutoScroll = true,
|
||||
PasswordBox = false,
|
||||
IsWritable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue