[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgtk3.pas line 2866
type TGtkActionEntry = record |
||
name: Pgchar; |
|
|
stock_id: Pgchar; |
|
|
label_: Pgchar; |
|
|
accelerator: Pgchar; |
|
|
tooltip: Pgchar; |
|
|
callback: TGCallback; |
|
|
end; |