From f18ea4474bb4905a00e0b39e7205c177ee994196 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Tue, 20 Feb 2024 18:04:23 +1300 Subject: Improved binding for the FLTK.Images package subtree --- src/fltk-images-pixmaps-gif.ads | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/fltk-images-pixmaps-gif.ads') diff --git a/src/fltk-images-pixmaps-gif.ads b/src/fltk-images-pixmaps-gif.ads index 18e31b9..4936617 100644 --- a/src/fltk-images-pixmaps-gif.ads +++ b/src/fltk-images-pixmaps-gif.ads @@ -3,6 +3,10 @@ package FLTK.Images.Pixmaps.GIF is + ------------- + -- Types -- + ------------- + type GIF_Image is new Pixmap with private; type GIF_Image_Reference (Data : not null access GIF_Image'Class) is @@ -11,6 +15,10 @@ package FLTK.Images.Pixmaps.GIF is + -------------------- + -- Construction -- + -------------------- + package Forge is function Create -- cgit