Source position: libzvt.pp line 63
type TZvtTerm = record |
widget: TGtkWidget; |
adjustment: PGtkAdjustment; |
shadow_type: TGtkShadowType; |
term_window: PGdkWindow; |
vx: Pvtx; |
charwidth: LongInt; |
charheight: LongInt; |
input_id: gint; |
msg_id: gint; |
timeout_id: gint; |
set_grid_size_pending: gboolean; |
grid_width: guint; |
grid_height: guint; |
cursor_bar: PGdkCursor; |
cursor_dot: PGdkCursor; |
cursor_current: PGdkCursor; |
font: PGdkFont; |
font_bold: PGdkFont; |
scroll_gc: PGdkGC; |
fore_gc: PGdkGC; |
back_gc: PGdkGC; |
fore_last: LongInt; |
back_last: LongInt; |
color_ctx: PGdkColorContext; |
colors: array [0..17] of gulong; |
ic: PGdkIC; |
pixmap_filename: Pchar; |
background: record |
pix: PGdkPixmap; |
x: LongInt; |
y: LongInt; |
w: LongInt; |
h: LongInt; |
end; |
flag0: Word; |
end; |