diff options
| -rw-r--r-- | FL/Fl_Help_View.H | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H index 4df878bf3..32e993aec 100644 --- a/FL/Fl_Help_View.H +++ b/FL/Fl_Help_View.H @@ -190,6 +190,10 @@ struct Fl_Help_Target { - Yacute yacute - yen Yuml yuml + \note You can't effectively set the box() to FL_NO_BOX, this would result + in FL_DOWN_BOX being used as the boxtype of the widget. This is unexpected + but can't be changed for backwards compatibility. If you don't want a frame + around the widget you can use FL_FLAT_BOX instead. */ class FL_EXPORT Fl_Help_View : public Fl_Group { // Help viewer widget |
