Source position: gtkentry.pp line 12
type TGtkEntry = record |
editable: TGtkEditable; |
text_area: PGdkWindow; |
backing_pixmap: PGdkPixmap; |
cursor: PGdkCursor; |
text: PGdkWChar; |
text_size: guint16; |
text_length: guint16; |
text_max_length: guint16; |
scroll_offset: gint; |
flag0: Word; |
timer: guint32; |
button: guint; |
char_offset: Pgint; |
text_mb: Pgchar; |
flag1: Word; |
end; |