mirror of
https://github.com/fltk/fltk.git
synced 2026-06-05 16:12:13 +08:00
Fixed unescape HTML in docs: STR 1892
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6064 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -281,8 +281,8 @@ file names. The number of selected files is returned by
|
|||||||
<P>This sample code loops through all selected files:
|
<P>This sample code loops through all selected files:
|
||||||
<PRE>
|
<PRE>
|
||||||
// Get list of filenames user selected from a MULTI chooser
|
// Get list of filenames user selected from a MULTI chooser
|
||||||
for ( int t=1; t<=chooser->count(); t++ ) {
|
for ( int t=1; t<=chooser->count(); t++ ) {
|
||||||
const char *filename = chooser->value(t);
|
const char *filename = chooser->value(t);
|
||||||
..
|
..
|
||||||
}
|
}
|
||||||
</PRE>
|
</PRE>
|
||||||
|
|||||||
Reference in New Issue
Block a user