diff options
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | documentation/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ CHANGES IN FLTK 1.1.8 - - Documentation fixes (STR #1336, STR #1329) + - Documentation fixes (STR #1336, STR #1329, STR #1339) - Added support for floating point Fl_Spinner in the API, documentation, and Fluid (STR #1331) - Repeat button now cancels timeout if it should get diff --git a/documentation/Makefile b/documentation/Makefile index 585f2e414..9063f27fb 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -68,6 +68,7 @@ HTMLFILES = \ Fl_Check_Button.html \ Fl_Choice.html \ Fl_Clock.html \ + Fl_Clock_Output.html \ Fl_Color_Chooser.html \ Fl_Counter.html \ Fl_Dial.html \ @@ -129,6 +130,7 @@ HTMLFILES = \ Fl_Tile.html \ Fl_Tiled_Image.html \ Fl_Timer.html \ + Fl_Toggle_Button.html \ Fl_Tooltip.html \ Fl_Valuator.html \ Fl_Value_Input.html \ |
