[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Widgets that a GUI toolkit should have for Emacs.
From: |
Eli Zaretskii |
Subject: |
Re: Widgets that a GUI toolkit should have for Emacs. |
Date: |
Fri, 17 Jan 2025 15:18:55 +0200 |
> From: Vincenzo Pupillo <v.pupillo@gmail.com>
> Date: Fri, 17 Jan 2025 12:40:27 +0100
>
> Ciao,
> for another project I am working on (low priority at the moment) I have
> started to write a small cross platform GUI Toolkit (for SDL 3 which has not
> yet been released).
Thanks.
> In the future, if I can adopt an open license (probably MIT or zlib), I would
> like to be able to try using it with Emacs. So I wanted to ask if you could
> tell me what are the minimum requirements and widgets that are essential for
> Emacs.
This question is too general, IMO. The only useful answer I can offer
is to look at the toolkit calls in xterm.c and xfns.c, and deduce the
answer from that.
Or maybe you could ask specific questions about specific features and
widgets.