From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rain1@openmailbox.org Newsgroups: gmane.lisp.guile.user Subject: zenity bindings Date: Mon, 28 Mar 2016 20:00:54 +0100 Message-ID: <6a251137ecf6d4711d6563cce2338d64@openmailbox.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1459193979 25189 80.91.229.3 (28 Mar 2016 19:39:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Mar 2016 19:39:39 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Mar 28 21:39:32 2016 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1akd0d-0000R8-Tu for guile-user@m.gmane.org; Mon, 28 Mar 2016 21:39:32 +0200 Original-Received: from localhost ([::1]:42402 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akd0d-0002p8-AC for guile-user@m.gmane.org; Mon, 28 Mar 2016 15:39:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akd0U-0002p2-0H for guile-user@gnu.org; Mon, 28 Mar 2016 15:39:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1akd0P-0004e5-JE for guile-user@gnu.org; Mon, 28 Mar 2016 15:39:21 -0400 Original-Received: from smtp6.openmailbox.org ([62.4.1.40]:60322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akd0P-0004dm-E4 for guile-user@gnu.org; Mon, 28 Mar 2016 15:39:17 -0400 Original-Received: by mail2.openmailbox.org (Postfix, from userid 1004) id A124D2ACAB3D; Mon, 28 Mar 2016 21:01:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1459191665; bh=wVKoENV15oHrSh0y9Ks3TqW957swKlcSGPhLEdgVPIk=; h=Date:From:To:Subject:From; b=WoLspLVEKMr1qqHbl+gyE/3LJ0L+qXOxT8SxvszIaQwWbhpnqwJ2DEOOUCztXrxRB xmjFEDMTs2lmteTLG+0ZBBtJLZZGaQggYSCSMppH8zNM0dR6zZ6uj/v/4jIV1Z2Kbd slwyA296y2CRcAGRj+jRVr//IfrLE7ik9rtMEX7w= Original-Received: from www.openmailbox.org (openmailbox-b2 [10.91.69.220]) by mail2.openmailbox.org (Postfix) with ESMTP id 4FCBC2ACAB3D for ; Mon, 28 Mar 2016 21:00:55 +0200 (CEST) X-Sender: rain1@openmailbox.org User-Agent: Roundcube Webmail/1.0.6 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 62.4.1.40 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:12513 Archived-At: Hello I've made a guile interface to the zenity program: . It is released under GPL3. This allows people to easily make simple dialog boxes from guile scheme programs. Quite useful! Currently it covers: Calendar, File Selection, List, Checklist, Messages, Password Entry, Text Entry.