mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 20:06:18 +08:00
Document that Fl_Help_View can't be used with FL_NO_BOX
This widget overrides FL_NO_BOX internally by FL_UP_BOX for all practical purposes, e.g. draw(). This has been this way since its initial release and can't be changed.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user