summaryrefslogtreecommitdiff
path: root/otherlibs/labltk/browser/jg_tk.ml
blob: da5f4930cff1aadac189feff6830203f3156f6d2 (plain)
1
2
3
4
5
6
7
8
(* $Id$ *)

open Tk

let tpos x : textIndex = `Linechar (1,0), [`Char x]
and tposend x : textIndex = `End, [`Char (-x)]
let tstart : textIndex = `Linechar (1,0), []
and tend : textIndex = `End, []