From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.4 required=5.0 tests=SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 365D2BC0A for ; Wed, 6 Jun 2007 21:05:44 +0200 (CEST) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l56J5fQ3014707 for ; Wed, 6 Jun 2007 21:05:43 +0200 Received: by wa-out-1112.google.com with SMTP id j37so343343waf for ; Wed, 06 Jun 2007 12:05:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=WXyrZhy94+7VI/t4lU3p17Br3iBD/4CDooattlpQKxvcHRoFy7G4Jzk55rhOrvdQ+UKcPyxSgHUccaeBD6XpiPybGrnDN7xG5lAgcYI4b8YHNJJDb3e6/PQX3LUpbbxqZXRKizIN/jSapqvcAmqzoV0LPRBz0LSL+3uFgeL6em0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=YYJAVr5afWId7x6I6CuvJbfm/SlfdSqHg2wKsChigTmmcsl4M4sUy2DRvmwmb9YpUB7rGHmHiB8lx2eUhDyTfu791TvobyzLdbQubbg0wgqkZJD00mIENcQs8f5vdjlMrkdgojdPbNLtyGnNqN67oRraMqi1JYpmgdioWl7OQvY= Received: by 10.114.201.1 with SMTP id y1mr684307waf.1181156740989; Wed, 06 Jun 2007 12:05:40 -0700 (PDT) Received: by 10.114.60.1 with HTTP; Wed, 6 Jun 2007 12:05:40 -0700 (PDT) Message-ID: <95513600706061205y35f15602m6ba7858072697e42@mail.gmail.com> Date: Wed, 6 Jun 2007 21:05:40 +0200 From: "Olivier Andrieu" Sender: oandrieu@gmail.com To: "Jeff Shaw" Subject: Re: [Caml-list] Re: OSX GUI Cc: caml-list@yquem.inria.fr In-Reply-To: <000301c7a853$559616c0$6701a8c0@gft> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070606152630.9359EBC74@yquem.inria.fr> <000301c7a853$559616c0$6701a8c0@gft> X-Google-Sender-Auth: 3c2a327c78b5fcd6 X-Miltered: at discorde with ID 46670585.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; andrieu:01 oandrieu:01 osx:01 macos:01 labltk:01 lablgtk:01 lablgtk:01 gtk:01 macos:01 gtk:01 wrote:01 experimental:01 caml-list:01 nerim:01 widgets:01 On 6/6/07, Jeff Shaw wrote: > For now the easiest way to make a GUI on macos x in caml is labltk. The > other option is Lablgtk, but you have to run lablgtk applications in the X11 > server until GTK is ported to use mac-native widgets. actually there's a MacOS X backend since GTK+ 2.10 (it's labeled "experimental" though). -- Olivier