Source position: gdktypes.pp line 1063
type TGdkICAttr = record  | 
style: TGdkIMStyle;  | 
client_window: PGdkWindow;  | 
focus_window: PGdkWindow;  | 
filter_events: TGdkEventMask;  | 
spot_location: TGdkPoint;  | 
line_spacing: gint;  | 
cursor: PGdkCursor;  | 
preedit_fontset: PGdkFont;  | 
preedit_area: TGdkRectangle;  | 
preedit_area_needed: TGdkRectangle;  | 
preedit_foreground: TGdkColor;  | 
preedit_background: TGdkColor;  | 
preedit_pixmap: PGdkPixmap;  | 
preedit_colormap: PGdkColormap;  | 
status_fontset: PGdkFont;  | 
status_area: TGdkRectangle;  | 
status_area_needed: TGdkRectangle;  | 
status_foreground: TGdkColor;  | 
status_background: TGdkColor;  | 
status_pixmap: PGdkPixmap;  | 
status_colormap: PGdkColormap;  | 
end;  |