summaryrefslogtreecommitdiff
path: root/doc/fl_pack.html
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-01-21 00:53:56 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-01-21 00:53:56 +1300
commitf9e453e3d456514066e8ecbed9fbac93a588a0d0 (patch)
tree06587afde830fb324d5ab7372f0f1686c4fd993a /doc/fl_pack.html
parent67a43ef89ba41ac32b86cda7396c16fffaf691b3 (diff)
Using the type method is now more consistent
Diffstat (limited to 'doc/fl_pack.html')
-rw-r--r--doc/fl_pack.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fl_pack.html b/doc/fl_pack.html
index 6dc580a..1a7a887 100644
--- a/doc/fl_pack.html
+++ b/doc/fl_pack.html
@@ -89,7 +89,7 @@ function Create
uchar horizontal() const;
</pre></td>
<td><pre>
-function Get_Pack_Type
+function Get_Kind
(This : in Packed_Group)
return Pack_Kind;
</pre></td>
@@ -120,7 +120,7 @@ procedure Set_Spacing
<tr>
<td>See type method for Fl_Widget.</td>
<td><pre>
-procedure Set_Pack_Type
+procedure Set_Kind
(This : in out Packed_Group;
Kind : in Pack_Kind);
</pre></td>