File: index.html

package info (click to toggle)
imview 1.1.9h-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,528 kB
  • sloc: cpp: 32,590; sh: 2,664; ansic: 1,900; makefile: 811; exp: 112; python: 88
file content (34 lines) | stat: -rw-r--r-- 1,036 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html>
<head>
<title>Fl_Native_File_Chooser Documentation</title>
</head>
<body>
<h1>Fl_Native_File_Chooser Documentation</h1>
<p>
    <center>
        <img src="images/native-small.png" border=noshade><br>
	<i>Examples of Native_File_Chooser on different platforms.</i>
    </center>
<ul>
    Fl_Native_File_Chooser now supports both versions of fltk:
    <p>
    <ul type=disc>
       <li> <a href="Fl_Native_File_Chooser.html">fltk-1.x</a></li>
       <li> <a href="NativeFileChooser.html">fltk-2.x</a></li>
    </ul>
    <p>
    To link the chooser into your own apps, please look at the 
    <a href="how-to-use.html">how to link</a> instructions to follow
    the intended philosophy for linking.
    <P>
    For example build output on the various platforms, see:
    <ul type=disc>
       <li> <a href="build-output-FEDORA3.txt">Fedora3</a></li>
       <li> <a href="build-output-MAC.txt">Mac (Tiger)</a></li>
       <li> <a href="build-output-WIN32.txt">Windows (VS Express 8)</a></li>
    </ul>
    <p>
</ul>

</body>
</html>