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

« back to all changes in this revision

Viewing changes to otherlibs/labltk/support/widget.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: widget.mli 4745 2002-04-26 12:16:26Z furuse $ *)
 
17
(* $Id: widget.mli 9547 2010-01-22 12:48:24Z doligez $ *)
18
18
 
19
19
(* Support for widget manipulations *)
20
20
 
74
74
  (* [dummy] is a widget used as context when we don't have any.
75
75
     It is *not* a real widget.
76
76
   *)
77
 
          
 
77
 
78
78
val new_atom : parent:'a widget -> ?name: string -> string -> 'b widget
79
79
 
80
80
val get_atom : string -> any widget