diff options
Diffstat (limited to 'doc/fl_file_chooser.html')
-rw-r--r-- | doc/fl_file_chooser.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fl_file_chooser.html b/doc/fl_file_chooser.html index 15b1380..24bd6d8 100644 --- a/doc/fl_file_chooser.html +++ b/doc/fl_file_chooser.html @@ -669,7 +669,7 @@ procedure Set_Text_Size int type(); </pre></td> <td><pre> -function Get_Chooser_Kind +function Get_Kind (This : in File_Chooser) return Chooser_Kind; </pre></td> @@ -680,7 +680,7 @@ function Get_Chooser_Kind void type(int t); </pre></td> <td><pre> -procedure Set_Chooser_Kind +procedure Set_Kind (This : in out File_Chooser; Kind : in Chooser_Kind); </pre></td> |