Fixed the changes I made yesterday so that int/float input fields do not

eat Alt+letter key combinations.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1009 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Bill Spitzak
2000-02-22 00:56:53 +00:00
parent b583a643de
commit 666d041224
2 changed files with 22 additions and 28 deletions
+3 -3
View File
@@ -26,7 +26,7 @@ a white background. The text may contain any characters (even 0), and
will correctly display anything, using ^X notation for unprintable
control characters and \nnn notation for unprintable characters with
the high bit set. It assummes the font can draw any characters in the
ISO8859-1 character set.
ISO-8859-1 character set.
<p>
<CENTER><TABLE border=1 WIDTH=90%>
@@ -38,8 +38,8 @@ ISO8859-1 character set.
</TD></TR>
<TR><TD><B>Mouse button 2</B></TD><TD>Insert the clipboard at
the point clicked. You can also select a region to replace with the
clipboard by selecting a region with mouse button 2.
the point clicked. You can also select a region and replace it with the
clipboard by selecting the region with mouse button 2.
</TD></TR>
<TR><TD><B>Mouse button 3</B></TD><TD>Currently acts like button 1.</TD></TR>