[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: geanybindings.inc line 1290
type TGeanyData = record |
||
app: PGeanyApp; |
|
|
main_widgets: PGeanyMainWidgets; |
|
|
documents_array: PGPtrArray; |
|
|
filetypes_array: PGPtrArray; |
|
|
prefs: PGeanyPrefs; |
|
|
interface_prefs: PGeanyInterfacePrefs; |
|
|
toolbar_prefs: PGeanyToolbarPrefs; |
|
|
editor_prefs: PGeanyEditorPrefs; |
|
|
file_prefs: PGeanyFilePrefs; |
|
|
search_prefs: PGeanySearchPrefs; |
|
|
tool_prefs: PGeanyToolPrefs; |
|
|
template_prefs: PGeanyTemplatePrefs; |
|
|
_compat: Pgpointer; |
|
|
filetypes_by_title: PGSList; |
|
|
_object: PGObject; |
|
|
end; |