From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: quiliro@riseup.net Newsgroups: gmane.emacs.help Subject: making graphical Emacs applications Date: Fri, 24 Sep 2021 11:22:18 -0500 Message-ID: <87o88i3pvp.fsf@riseup.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3236"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Sep 24 20:56:18 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mTqMs-0000au-Ee for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 24 Sep 2021 20:56:18 +0200 Original-Received: from localhost ([::1]:43794 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mTqMq-0000Cg-HL for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 24 Sep 2021 14:56:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41758) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mTnxC-0008Qm-VY for help-gnu-emacs@gnu.org; Fri, 24 Sep 2021 12:21:39 -0400 Original-Received: from mx1.riseup.net ([198.252.153.129]:43810) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mTnxA-00042j-QV for help-gnu-emacs@gnu.org; Fri, 24 Sep 2021 12:21:38 -0400 Original-Received: from fews2.riseup.net (fews2-pn.riseup.net [10.0.1.84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "fews2.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4HGHN866mGzF5gD for ; Fri, 24 Sep 2021 09:21:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1632500488; bh=ls1FO7qVrYc0j4rkTrHLporQLo7KrZnOBRKCvceV6N4=; h=From:To:Subject:Date:From; b=ZIBTd/wrHVRtn2EmGjC16CbiEuWqAjEqbqRn42fr48oy1xE9GNiAOa1WiJ9yel6S5 AxI6h1X+cPjaCH8a4WTLog9FP+IfW2rxEPUTPKjfQbSJCaxPqeii/Fu3bck/gvfxHf /gxbDN0nCfa2z4bRt4XQqu3sYqt1am0aXDotwxfo= X-Riseup-User-ID: 1D94D7755E2FC0B17FF20B09563959FE9CE3981F29C9E5E7E0258D67124EB144 Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews2.riseup.net (Postfix) with ESMTPSA id 4HGHN82pNWz1yVk for ; Fri, 24 Sep 2021 09:21:28 -0700 (PDT) Received-SPF: pass client-ip=198.252.153.129; envelope-from=quiliro@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Fri, 24 Sep 2021 14:54:25 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:133224 Archived-At: I would like to make software which uses graphical widgets and toolbar buttons entirely in Emacs. Are there any examples of how this can be done? Thanks.