mirror of
https://github.com/fltk/fltk.git
synced 2026-05-14 20:50:47 +08:00
Fix typo reported in fltk.general
... by Brian Larsen
This commit is contained in:
+1
-1
@@ -250,7 +250,7 @@ void Fl_Button::key_release_timeout(void *d)
|
||||
|
||||
Derived classes may handle this differently.
|
||||
|
||||
A button may reequest callbacks with \p whne() \p FL_WHEN_CHANGED,
|
||||
A button may request callbacks with \p when() \p FL_WHEN_CHANGED,
|
||||
\p FL_WHEN_NOT_CHANGED, and \p FL_WHEN_RELEASE, triggering the callback
|
||||
reasons \p FL_REASON_CHANGED, \p FL_REASON_SELECTED,
|
||||
and \p FL_REASON_DESELECTED.
|
||||
|
||||
Reference in New Issue
Block a user