From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.lisp.guile.user Subject: Re: zenity bindings Date: Mon, 28 Mar 2016 23:04:57 +0200 Message-ID: <20160328210457.GA23650@protected.rcdrun.com> References: <6a251137ecf6d4711d6563cce2338d64@openmailbox.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1459201890 18980 80.91.229.3 (28 Mar 2016 21:51:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Mar 2016 21:51:30 +0000 (UTC) Cc: guile-user@gnu.org To: rain1@openmailbox.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Mar 28 23:51:08 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 1akf3z-0002iN-69 for guile-user@m.gmane.org; Mon, 28 Mar 2016 23:51:07 +0200 Original-Received: from localhost ([::1]:43080 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akf3y-0007Zl-Qi for guile-user@m.gmane.org; Mon, 28 Mar 2016 17:51:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akeMd-0007Ci-GQ for guile-user@gnu.org; Mon, 28 Mar 2016 17:06:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1akeMa-0002BA-BW for guile-user@gnu.org; Mon, 28 Mar 2016 17:06:19 -0400 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:56478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akeMa-0002B4-4n for guile-user@gnu.org; Mon, 28 Mar 2016 17:06:16 -0400 Original-Received: from protected.rcdrun.com (localhost [::1]) (AUTH: PLAIN securesender, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by stw1.rcdrun.com with ESMTPSA; Mon, 28 Mar 2016 14:06:31 -0700 id 000000000004A2B5.0000000056F99CD8.0000489A Original-Received: from localhost (localhost [127.0.0.1]) (uid 1001) by protected.rcdrun.com with local; Mon, 28 Mar 2016 23:04:57 +0200 id 00000000003C8474.0000000056F99C79.00005CAC Content-Disposition: inline In-Reply-To: <6a251137ecf6d4711d6563cce2338d64@openmailbox.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 217.170.207.13 X-Mailman-Approved-At: Mon, 28 Mar 2016 17:50:58 -0400 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:12514 Archived-At: That is great, I like it. /jl/ On Mon, Mar 28, 2016 at 08:00:54PM +0100, rain1@openmailbox.org wrote: > 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. > > >