Delivered-To: lablgtk at yquem.inria.fr DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=ZlG+UcW3ggiRb69KTLQ/OAEiLygnLu6gcUCpgd/N4HFQp+JFRqd9IIZw8Yg3tLCDR+0nigK7orlyXeZzre9EqwwNDe9avWNXjr8Uz6X6Ed+xXbcfK1nN1r2AoEwvd9+Dk+U2QFlhdH8jPQ2LlA6rO22bj3DLGU769Y55qdvsniw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=LQXFu5freFCL+663M0iBUUtUVkIa5/mjPd9VBy7Veed08lbGABaXzCwskyySOPisLducNLQNihceEuEZazMzEydTOsOS5YestUZFnIAi7d4s/5DWE4IW4XIJaU6puNj8y0wznjSn0OGWm5u2xYl5+PjQ3T5tSSonPD+UEu3v1p4= Message-ID: <46B89B71.1090104 at gmail.com> Date: Tue, 07 Aug 2007 18:18:57 +0200 From: Matthieu Dubuget MIME-Version: 1.0 To: lablgtk at yquem.inria.fr Content-Transfer-Encoding: 7bit Subject: [Lablgtk] Pango.Tags.weight Reply-To: matthieu.dubuget at gmail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Length: 1036 In (* $Id: pango.ml,v 1.12 2005/01/03 23:49:26 oandrieu Exp $ *) there is: type weight_internal = [ `ULTRALIGHT | `LIGHT | `NORMAL |`BOLD | `ULTRABOLD |`HEAVY ] type weight = [ weight_internal | `CUSTOM of int] and later: open Gpointer external _get_tables : unit -> style variant_table * weight_internal variant_table <----- Is this intentional or should it be weight variant_table? * variant variant_table * stretch variant_table * underline variant_table * wrap_mode variant_table * ellipsize_mode variant_table = "ml_pango_get_tables" let style, weight, variant, stretch, underline, wrap_mode, ellipsize_mode = _get_tables () I asked this, because I failed to define one Gobject.Data.enum GTree.column using weight. Salutations Matt _______________________________________________ Lablgtk mailing list Lablgtk@yquem.inria.fr http://yquem.inria.fr/cgi-bin/mailman/listinfo/lablgtk