From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 30DDD7FA4D for ; Sun, 27 Jul 2014 22:39:32 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=pra; client-ip=192.109.42.8; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=mailfrom; client-ip=192.109.42.8; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@einhorn.in-berlin.de) identity=helo; client-ip=192.109.42.8; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="postmaster@einhorn.in-berlin.de"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoABADhj1VPAbSoInGdsb2JhbABYhDuCdNE7FhABAQEBAQgLCQkUKYQtFXYCGA4CgRCIJASWOo8olmmBLI49gmOBUQWbS4cai1mFJQ X-IPAS-Result: AoABADhj1VPAbSoInGdsb2JhbABYhDuCdNE7FhABAQEBAQgLCQkUKYQtFXYCGA4CgRCIJASWOo8olmmBLI49gmOBUQWbS4cai1mFJQ X-IronPort-AV: E=Sophos;i="5.01,744,1400018400"; d="scan'208";a="72995244" Received: from einhorn.in-berlin.de ([192.109.42.8]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 27 Jul 2014 22:39:31 +0200 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: Received: from yak (yak.in-berlin.de [192.109.42.109]) by einhorn.in-berlin.de (8.14.4/8.14.4/Debian-4) with ESMTP id s6RKdUOU027020 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 27 Jul 2014 22:39:30 +0200 Received: from e178006050.adsl.alicedsl.de (e178006050.adsl.alicedsl.de [85.178.6.50]) by webmail.in-berlin.de (Horde Framework) with HTTP; Sun, 27 Jul 2014 22:39:28 +0200 Date: Sun, 27 Jul 2014 22:39:28 +0200 Message-ID: <20140727223928.Horde.a9wkZQ1mmDJWTqPtNqXj0g3@webmail.in-berlin.de> From: Oliver Bandel To: caml-list@inria.fr User-Agent: Internet Messaging Program (IMP) H5 (6.2.0) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Subject: [Caml-list] Ocaml / Gtk+ / Tk / lablgtk / labltk / clist / tableview Hello, I want to have a Widget with a Gtk+ clist (or TK-enhancement's tableview) with some buttons (or radioboxes) left side oriented of each of the rows. I first tried to use lablgtk and there the clist, and add some buttons in front (leftsided) of the rows. I found no way to make the buttons of same height as the clist-rows (other by tring to make the rows-height as the seemingly default of the buttons). (What if the defaults of heights change after a new version, then the GUI looks broken.) So I thought about switching to Tk / labltk. The GUI usage of Tk seemed much easier to me then. But there is no aeuqivalent to Gtk+'s clist (GList.clist in labltk). But there seems to be a tableview-widget, which could help me, but which is *not* part of the official Tk-core. But there is a library that can be used, so adding it would be fine. But there seem to be no OCaml-binding for it. So I may switch back and try it again in lablgtk? I heard there is a more general version of the clist, that also allows adding *any* button in the list/table, not just text-entries. Which widget to use for this? I have no real preference lablgtk vs. labltk, but would use the way that gives results the fastest way. I don't need to win the fancy-GUI-contest, it's intended to have a powerful GUI for my task. So, I'm open to any recomendations. Ciao, Oliver