From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id F0B2BBB84 for ; Thu, 15 Jun 2006 22:16:45 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id k5FKGj5B011311 for ; Thu, 15 Jun 2006 22:16:45 +0200 Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id WAA00484 for ; Thu, 15 Jun 2006 22:16:44 +0200 (MET DST) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.198]) by nez-perce.inria.fr (8.13.6/8.13.6) with ESMTP id k5FKGhSo016394 for ; Thu, 15 Jun 2006 22:16:44 +0200 Received: by wx-out-0102.google.com with SMTP id s10so337684wxc for ; Thu, 15 Jun 2006 13:16:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=Le49asF7Ew1XJi5SX9QrsVPVFuD2t4m//x5s20PKSH4289YO0KBRUw9kLwpSj8lOouDYgEAxpQT/ycAiza9RgRe6XPf8zjHAPKCW4ziLurx85mAkMNsH0Gp28+Zxj/2Xad2PLbf9MGAgTT7qhYcAsYfiC0MmrNy3rIjxAbw4xsM= Received: by 10.70.65.11 with SMTP id n11mr2801581wxa; Thu, 15 Jun 2006 13:16:43 -0700 (PDT) Received: by 10.70.76.19 with HTTP; Thu, 15 Jun 2006 13:16:43 -0700 (PDT) Message-ID: <891bd3390606151316m35e8530dvbc4a73d2efbe5873@mail.gmail.com> Date: Thu, 15 Jun 2006 16:16:43 -0400 From: "Yaron Minsky" Sender: yminsky@gmail.com To: "Caml Mailing List" Subject: Wrapping new widgets in lablgtk MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 489451899a12c680 X-Miltered: at concorde with ID 4491C02D.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 4491C02B.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; yaron:01 minsky:01 yminsky:01 lablgtk:01 gtk:01 widget:01 lablgtk:01 wrappers:01 tweaking:01 gtk:01 cornell:01 widgets:01 library:03 generated:05 manual:06 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.3 I was wondering if anyone could give me a sense of how one would go about wrapping a GTK+ widget that is not already wrapped by lablgtk. I understand that part of the lablgtk wrappers are generated automatically, but I have no sense of how much manual tweaking/expertise is required. The library we're thinking of wrapping up is GtkSheet from Gtk+Extra. y