summaryrefslogtreecommitdiff
path: root/FL/Fl_Tree_Item.H
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 03:39:53 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 03:39:53 +0500
commitf93978aba486bf0fea8d9ee857d014a02f3f7d96 (patch)
tree44d4626c2d56666056983d8fedf1b897f4ecf249 /FL/Fl_Tree_Item.H
parentddba971ebb304512ba9e0a01b77ec71b59b977b6 (diff)
wi[
Diffstat (limited to 'FL/Fl_Tree_Item.H')
-rw-r--r--FL/Fl_Tree_Item.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Tree_Item.H b/FL/Fl_Tree_Item.H
index 620fb7dc5..ba5188219 100644
--- a/FL/Fl_Tree_Item.H
+++ b/FL/Fl_Tree_Item.H
@@ -52,7 +52,7 @@
///
/// New 1.3.3 ABI feature:
/// You can define custom items by either adding a custom widget to the item
-/// with Fl_Tree_Item::widget(), or override the draw_item_content() method
+/// with Fl_Tree_Item::widget(), or the draw_item_content() method
/// if you want to just redefine how the label is drawn.
///
/// The following shows the Fl_Tree_Item's dimensions, useful when overriding
@@ -181,7 +181,7 @@ public:
}
/// Return item's label background text color.
/// If the color is 0xffffffff, the default behavior is the parent tree's
- /// bg color will be used. (An overloaded draw_item_content() can override
+ /// bg color will be used. (An overloaded draw_item_content() can
/// this behavior.)
Fl_Color labelbgcolor() const {
return(_labelbgcolor);