diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-13 12:52:51 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-13 12:52:51 +1300 |
commit | c1005ae98d1c07b7e9f14277f99dc1a6c7d42646 (patch) | |
tree | 0a4a2656adba8ca5f44f9132cbe38a33f0f53a94 /doc/fl_check_browser.html | |
parent | 74cb50a7f7e14cec7195d30e50b76e17969c9e62 (diff) |
Check_Browser Set_Checked now has a default
Diffstat (limited to 'doc/fl_check_browser.html')
-rw-r--r-- | doc/fl_check_browser.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fl_check_browser.html b/doc/fl_check_browser.html index 3c172eb..b09bd0e 100644 --- a/doc/fl_check_browser.html +++ b/doc/fl_check_browser.html @@ -125,7 +125,7 @@ void checked(int item, int b); procedure Set_Checked (This : in out Check_Browser; Index : in Positive; - State : in Boolean); + State : in Boolean := True); </pre></td> </tr> |