summaryrefslogtreecommitdiff
path: root/doc/fl_menu_item.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_menu_item.html
parent67a43ef89ba41ac32b86cda7396c16fffaf691b3 (diff)
Using the type method is now more consistent
Diffstat (limited to 'doc/fl_menu_item.html')
-rw-r--r--doc/fl_menu_item.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fl_menu_item.html b/doc/fl_menu_item.html
index 1fb05b3..a09cfe7 100644
--- a/doc/fl_menu_item.html
+++ b/doc/fl_menu_item.html
@@ -480,7 +480,7 @@ procedure Set_Label_Size
Fl_Labeltype labeltype() const;
</pre></td>
<td><pre>
-function Get_Label_Type
+function Get_Label_Kind
(This : in Menu_Item)
return Label_Kind;
</pre></td>
@@ -491,7 +491,7 @@ function Get_Label_Type
void labeltype(Fl_Labeltype a);
</pre></td>
<td><pre>
-procedure Set_Label_Type
+procedure Set_Label_Kind
(This : in out Menu_Item;
To : in Label_Kind);
</pre></td>