Source position: gtkfontsel.pp line 71
type TGtkFontSelectionDialog = record |
window: TGtkWindow; |
fontsel: PGtkWidget; |
main_vbox: PGtkWidget; |
action_area: PGtkWidget; |
ok_button: PGtkWidget; |
apply_button: PGtkWidget; |
cancel_button: PGtkWidget; |
dialog_width: gint; |
auto_resize: gboolean; |
end; |