diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-21 00:53:56 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-21 00:53:56 +1300 |
commit | f9e453e3d456514066e8ecbed9fbac93a588a0d0 (patch) | |
tree | 06587afde830fb324d5ab7372f0f1686c4fd993a /doc/fl_spinner.html | |
parent | 67a43ef89ba41ac32b86cda7396c16fffaf691b3 (diff) |
Using the type method is now more consistent
Diffstat (limited to 'doc/fl_spinner.html')
-rw-r--r-- | doc/fl_spinner.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fl_spinner.html b/doc/fl_spinner.html index 9e3221f..5a2d185 100644 --- a/doc/fl_spinner.html +++ b/doc/fl_spinner.html @@ -367,7 +367,7 @@ procedure Set_Text_Size uchar type() const; </pre></td> <td><pre> -function Get_Type +function Get_Kind (This : in Spinner) return Spinner_Kind; </pre></td> @@ -378,7 +378,7 @@ function Get_Type void type(uchar v); </pre></td> <td><pre> -procedure Set_Type +procedure Set_Kind (This : in out Spinner; To : in Spinner_Kind); </pre></td> |