#include <gui.h>
Inheritance diagram for uiedit_c:

Public Methods | |
| virtual void | paint () |
| fill the object's screenbuffer | |
| virtual void | event (uievent_s *eve) |
| send an event to object | |
| void | replace_selection (char *txt) |
| replace current selection | |
| ushort | get_cursor () |
| get cursor shape for object | |
Protected Methods | |
| ushort | find_pos_for_point (ushort x) |
| find text position for pixel | |
Protected Attributes | |
| sshort | selend |
| left side of selection | |
| sshort | cursorpos |
| right side of selection | |
| bool | hilite |
| cursor position | |
| bool | mousedown |
| edit field has mouse | |
| sshort | left |
| mouse is pressed down on this | |
Definition at line 653 of file gui.h.
1.2.18