| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Source position: lazgtk3.pas line 3783
type TGtkBindingArg = record  | 
||
arg_type: TGType;  | 
  | 
|
case LongInt of  | 
||
0: (  | 
||
long_data: glong;  | 
  | 
|
);  | 
||
1: (  | 
||
double_data: gdouble;  | 
  | 
|
);  | 
||
2: (  | 
||
string_data: Pgchar;  | 
  | 
|
);  | 
||
end;  |