Hey, I'm currently working on A shader Editor, and everything is working fine, but I never used the IRR gui bevor, so I have some problems with them.. Is there a Edit Field?? like a Texteditor.. A multiline Editbox or something?? (Editbox is just single lined...)
thx in advance.. TGM
Edit Field, whatever??
-
- Posts: 275
- Joined: Fri May 12, 2006 6:37 pm
- Location: Germany
IGUIEditBox has this method
Code: Select all
//! Enables or disables newlines.
/** \param enable: If set to true, the EGET_EDITBOX_ENTER event will not be fired,
instead a newline character will be inserted. */
virtual void setMultiLine(bool enable);
-
- Posts: 275
- Joined: Fri May 12, 2006 6:37 pm
- Location: Germany