~ubuntu-branches/debian/sid/ocaml/sid

« back to all changes in this revision

Viewing changes to otherlibs/labltk/jpf/fileselect.mli

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Glondu
  • Date: 2011-04-21 21:35:08 UTC
  • mfrom: (1.1.11 upstream) (12.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110421213508-kg34453aqmb0moha
* Fixes related to -output-obj with g++ (in debian/patches):
  - add Declare-primitive-name-table-as-const-char
  - add Avoid-multiple-declarations-in-generated-.c-files-in
  - fix Embed-bytecode-in-C-object-when-using-custom: the closing
    brace for extern "C" { ... } was missing in some cases

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
(*                                                                     *)
15
15
(***********************************************************************)
16
16
 
17
 
(* $Id: fileselect.mli 4745 2002-04-26 12:16:26Z furuse $ *)
 
17
(* $Id: fileselect.mli 9547 2010-01-22 12:48:24Z doligez $ *)
18
18
 
19
19
(* This file selecter works only under the OS with the full unix support.
20
20
   For the portability, Tk.getOpenFile and Tk.getSaveFile are recommended. *)
26
26
  action:(string list -> unit) ->
27
27
  filter:string -> file:string -> multi:bool -> sync:bool -> unit
28
28
 
29
 
(* action 
 
29
(* action
30
30
      []  means canceled
31
31
      if multi select is false, then the list is null or a singleton *)
32
32
 
33
 
(* multi select 
 
33
(* multi select
34
34
      if true then more than one file are selectable *)
35
35
 
36
 
(* sync it 
 
36
(* sync it
37
37
      if true then in synchronous mode *)