Message-ID: <452EBA91.9000704 at tin.it> Date: Thu, 12 Oct 2006 23:58:41 +0200 From: Stalkern 2 MIME-Version: 1.0 To: lablgtk at math.nagoya-u.ac.jp Subject: How to modify the Gdk.gc of a GDraw.pixmap ? Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1 Content-Length: 462 Hello to everybody! I'm in trouble when trying to draw dotted lines and the like. I have a GDraw.pixmap and I would like to use the function Gdk.GC.set_dashes : Gdk.gc -> offset:int -> int list -> unit on it. But how do I access the Gdk.gc of a GDraw.pixmap _directly_? Shall I create a new GC and then... ? I feel like there is something that in spite of my copy of ocamlbrowser, I can't browse very clearly yet ;-)) Thx for _any_ hint! Ernesto.