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
This commit is contained in:
Greg Ercolano 2010-12-09 12:19:03 +00:00
parent a01d246ead
commit de8ca00a65
3 changed files with 2 additions and 3 deletions

View File

@ -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|
* | |

View File

@ -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:

View File

@ -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_;