Home | All Classes | Grouped Classes | Index | Search
RichEdit component More...
Derived from:
CL_Component
Derived by:
none
Group: GUI (Controls)
#include <ClanLib/gui.h>
Construction:
RichEdit constructor  | 
Attributes:
Returns the number of lines in the richedit.  | |
Returns the number of lines in the richedit.  | |
Operations:
Adds text string into the end of richedit's text.  | |
Adds image into the end of richedit's text.  | |
Makes new paragraph after the end of richedit's text.  | |
Deselects current selected item.  | |
Should be called on each resize of the RichEdit window  | |
If select is true, all items get selected, else all get unselected. This works only in Multi selection mode.  | |
Deletes all items in the list.  | 
Signals:
This signal is emitted when a new item is added to the richedit.  | |
This signal is emitted when draw_from variable is changed  | |
This signal is emitted when the richedit is cleared.  | 
Detailed description:
!group=GUI/Controls! !header=gui.h!