MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16835.7289.491653.898590 at soggy.deldotd.com> Date: Fri, 17 Dec 2004 09:50:49 -0800 To: lablgtk at kaba.or.jp Subject: XOR operations in drawable From: briand at aracnet.com Hi, I have been trying to figure out how to draw using XOR drawing mode in a drawable. It looks as though the necessary hooks are not "public". Specifically : in module GC = struct external set_function : gc -> gdkFunction -> unit = "ml_gdk_gc_set_function" looks to be the function to use. The things I can't figure out is how to access gc. It seems to be local to the structure module. Am I on the right path, or missing something obvious ? Thanks Brian