diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 03:39:53 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 03:39:53 +0500 |
| commit | f93978aba486bf0fea8d9ee857d014a02f3f7d96 (patch) | |
| tree | 44d4626c2d56666056983d8fedf1b897f4ecf249 /src/Fl_Tree.cxx | |
| parent | ddba971ebb304512ba9e0a01b77ec71b59b977b6 (diff) | |
wi[
Diffstat (limited to 'src/Fl_Tree.cxx')
| -rw-r--r-- | src/Fl_Tree.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Tree.cxx b/src/Fl_Tree.cxx index 08c8aa1f2..01ab99d33 100644 --- a/src/Fl_Tree.cxx +++ b/src/Fl_Tree.cxx @@ -2181,7 +2181,7 @@ Fl_Image* Fl_Tree::openicon() const { } /// Sets the icon to be used as the 'open' icon. -/// This overrides the built in default '[+]' icon. +/// This s the built in default '[+]' icon. /// /// \param[in] val -- The new image, or zero to use the default [+] icon. /// @@ -2200,7 +2200,7 @@ Fl_Image* Fl_Tree::closeicon() const { } /// Sets the icon to be used as the 'close' icon. -/// This overrides the built in default '[-]' icon. +/// This s the built in default '[-]' icon. /// /// \param[in] val -- The new image, or zero to use the default [-] icon. /// @@ -2527,7 +2527,7 @@ int Fl_Tree::scrollbar_size() const { /// has a consistent UI, and is the default behavior. Normally /// this is what you want. /// -/// Only use this method if you really need to override just THIS +/// Only use this method if you really need to just THIS /// instance of the widget's scrollbar size. (This need should be rare.) /// /// Setting \p size to the special value of 0 causes the widget to |
