~ubuntu-branches/ubuntu/lucid/lablgtk2/lucid

« back to all changes in this revision

Viewing changes to src/gdk.mli

  • Committer: Bazaar Package Importer
  • Author(s): Debian OCaml Maintainers, Samuel Mimram, Stefano Zacchiroli
  • Date: 2005-11-16 23:50:37 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051116235037-n5x1ull5p95lxzhv
Tags: 2.6.0-1
[ Samuel Mimram ]

* Rebuild with OCaml 3.09.0.
* No longer hardcoding OCaml's ABI in debian/* files (thanks Sven Luther).
* Updated standards version to 3.6.2, no changes needed.

[ Stefano Zacchiroli ]

* New upstream release
* debian/META*
  - bumped versions
* debian/control.in
  - bumped lablgl deps to the minimum version rebuilt with OCaml 3.09.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
(* $Id: gdk.mli,v 1.39 2004/03/15 05:12:15 garrigue Exp $ *)
 
1
(* $Id: gdk.mli,v 1.40 2005/09/24 19:21:42 oandrieu Exp $ *)
2
2
 
3
3
open Gobject
4
4
 
483
483
  val create_from_pixmap :
484
484
    pixmap -> mask:bitmap ->
485
485
    fg:color -> bg:color -> x:int -> y:int -> cursor
 
486
  val create_from_pixbuf :
 
487
    [`pixbuf] Gobject.obj -> x:int -> y:int -> cursor (** @since GTK 2.4 *)
486
488
  val destroy : cursor -> unit
487
489
end