[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgio2.pas line 1093
type TGActionEntry = record |
||
name: Pgchar; |
|
|
activate: procedure( |
|
|
action: PGSimpleAction; |
||
parameter: PGVariant; |
||
user_data: gpointer |
||
); |
||
parameter_type: Pgchar; |
|
|
state: Pgchar; |
|
|
change_state: procedure( |
|
|
action: PGSimpleAction; |
||
value: PGVariant; |
||
user_data: gpointer |
||
); |
||
padding: array [0..2] of gsize; |
|
|
end; |