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

« back to all changes in this revision

Viewing changes to src/gTree.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: gTree.mli,v 1.57 2005/02/07 09:29:16 oandrieu Exp $ *)
 
1
(* $Id: gTree.mli,v 1.58 2005/08/18 12:47:28 oandrieu Exp $ *)
2
2
 
3
3
open Gobject
4
4
open Gtk
94
94
    method has_default_sort_func : bool
95
95
  end
96
96
 
 
97
(** Special value for the [#set_sort_column_id] method of {!GTree.tree_sortable}. *)
 
98
 
 
99
val default_sort_column_id  : int
 
100
val unsorted_sort_column_id : int
 
101
 
97
102
(** @gtkdoc gtk GtkTreeStore *)
98
103
class tree_store : Gtk.tree_store ->
99
104
  object