From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Zelphir Kaltstahl Newsgroups: gmane.lisp.guile.user Subject: Re: understanding guile-gi Date: Sun, 16 Jan 2022 20:39:47 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34913"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user@gnu.org To: Luis Felipe Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sun Jan 16 21:40:43 2022 Return-path: Envelope-to: guile-user@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 1n9CKQ-0008vC-Qh for guile-user@m.gmane-mx.org; Sun, 16 Jan 2022 21:40:42 +0100 Original-Received: from localhost ([::1]:48978 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n9CKP-0002x2-Dc for guile-user@m.gmane-mx.org; Sun, 16 Jan 2022 15:40:41 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:36862) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9CJc-0002ws-96 for guile-user@gnu.org; Sun, 16 Jan 2022 15:39:52 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]:33711) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9CJa-0003Dd-AE for guile-user@gnu.org; Sun, 16 Jan 2022 15:39:51 -0500 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 6EABB240106 for ; Sun, 16 Jan 2022 21:39:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1642365588; bh=k0Qri4cgqcCqgE8TE6QFfB09nMwQtgvkABNkfFUQNRA=; h=Subject:To:Cc:From:Date:From; b=OYVRA33drCQZRE+xt1a5RsLtVwltOTKph/VDRRiqPNLXh3ufxBAqReqDnSStwPfnC ad+KOsLdI/86fGUWAXhaT2ikUF5n1a8NJffVY7ocimSMA94TuxxZTAbIEYdJetDkYq Q6WbTzBEr22t/+kYPxdvcVnGff20XhwVHTGQA9bAlZCnRUUX5D1C9YXYZ150f1B3Z/ 4G2A7TrOisUk1FrrZhb1YtTkh5UnbkkT1OViFZbPtaYgMcqXrH+RgDMGL124Coqtpp LvWF6EM+6WLh5HQWvdaXWt76G/VcuQ+tqvotqS4teaESyPlIaGaUvYu1h21ufaZ/t6 4JWgE3lm1/eBQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JcRjb5jXbz9rxS; Sun, 16 Jan 2022 21:39:47 +0100 (CET) In-Reply-To: Content-Language: en-US Received-SPF: pass client-ip=185.67.36.66; envelope-from=zelphirkaltstahl@posteo.de; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17957 Archived-At: Thanks for the example link and the explanations! I'll try to learn from the example. Best regards, Zelphir On 1/16/22 5:45 PM, Luis Felipe wrote: > On Sunday, January 16th, 2022 at 1:37 PM, Zelphir Kaltstahl wrote: > >> Which things are part of GTK and which things are part of Gnome? Currently my >> picture is: GTK contains all the GUI things and Gnome the data things. For >> example: GTK might contain some date picker dialog or popup or whatever, but the >> datatype for date itself would be part of Gnome. "GDate". As such Gnome provides >> a sort of common datatypes basis, which could be used by other frameworks as >> well (and maybe is?). > Maybe this can serve as an overview of where is everything: > > For generic GTK apps (not necessarily targeted at GNOME): https://www.gtk.org/docs/apis/ > > For GTK apps that integrate well with GNOME: https://developer.gnome.org/documentation/introduction/components.html > > Also, for new projects, if you would like your app to adapt well to different screens, like modern web apps do, maybe take a look at libhandy (https://gnome.pages.gitlab.gnome.org/libhandy/) and libadwaita (https://gnome.pages.gitlab.gnome.org/libadwaita/doc/). The latter, if I understand correctly will replace the former. > > Also, note that Glade (https://glade.gnome.org/) only supports GTK 3, and there doesn't seem to be any plans to support GTK 4, so people seem to be writing GUIs by hand in GTK 4 projects. -- repositories: https://notabug.org/ZelphirKaltstahl