diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-20 16:02:12 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-20 16:02:12 +1300 |
commit | 096ec211833d663b3e8976452c3293756a7ededf (patch) | |
tree | 716536ffe15b6b31bc32dd6f4af4330e97ccb374 /src/fltk.ads | |
parent | 82eb9509e9e273e8e9e7e584553ccc49f476d4a3 (diff) |
format / Format method for Fl_Valuator
Diffstat (limited to 'src/fltk.ads')
-rw-r--r-- | src/fltk.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fltk.ads b/src/fltk.ads index 4af6b42..f6b7292 100644 --- a/src/fltk.ads +++ b/src/fltk.ads @@ -30,6 +30,9 @@ package FLTK is -- acted in a way that the binding really did not expect. Internal_FLTK_Error : exception; + -- Text buffers for marshalling purposes will be this size. + Buffer_Size : constant Natural := 1024; + |