diff options
| author | Greg Ercolano <erco@seriss.com> | 2010-12-09 12:19:03 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2010-12-09 12:19:03 +0000 |
| commit | de8ca00a65c78d12a0eba3facfa072fa22be7070 (patch) | |
| tree | 8a96f5a09eda7b6f58df6dff010d952a8cc5cf14 | |
| parent | a01d246eadf42ade30395dc5847ef4984c8a860d (diff) | |
More doc fixes:
o stray \code in the docs for Fl_Align
o smaller latex/pdf widget screenshot sizes for Fl_Value_Input/Output
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7989 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | FL/Enumerations.H | 1 | ||||
| -rw-r--r-- | FL/Fl_Value_Input.H | 2 | ||||
| -rw-r--r-- | FL/Fl_Value_Output.H | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H index 28e75ecab..21b25ede9 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -630,7 +630,6 @@ extern Fl_Labeltype FL_EXPORT fl_define_FL_EMBOSSED_LABEL(); * BOTTOM_RIGHT BOTTOM BOTTOM_LEFT * * Inside alignments: - * \code * +---------------------------------+ * |TOP_LEFT TOP TOP_RIGHT| * | | diff --git a/FL/Fl_Value_Input.H b/FL/Fl_Value_Input.H index 517d177ae..4759f4e21 100644 --- a/FL/Fl_Value_Input.H +++ b/FL/Fl_Value_Input.H @@ -60,7 +60,7 @@ values. <P ALIGN="CENTER">\image html Fl_Value_Input.png - \image latex Fl_Value_Input.png "Fl_Value_Input" width=8cm + \image latex Fl_Value_Input.png "Fl_Value_Input" width=4cm */ class FL_EXPORT Fl_Value_Input : public Fl_Valuator { public: diff --git a/FL/Fl_Value_Output.H b/FL/Fl_Value_Output.H index 03bb9012d..e30606587 100644 --- a/FL/Fl_Value_Output.H +++ b/FL/Fl_Value_Output.H @@ -45,7 +45,7 @@ Fl_Value_Input because it contains no text editing code or character buffer. </P> <P ALIGN=CENTER>\image html Fl_Value_Output.png - \image latex Fl_Value_Output.png "Fl_Value_Output" width=8cm + \image latex Fl_Value_Output.png "Fl_Value_Output" width=4cm */ class FL_EXPORT Fl_Value_Output : public Fl_Valuator { Fl_Font textfont_; |
