[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Drawing UI elements behind text
From: |
JD Smith |
Subject: |
Re: Drawing UI elements behind text |
Date: |
Wed, 27 Nov 2024 16:15:01 -0500 |
> On Nov 27, 2024, at 1:58 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>
> They are anchored at locations on the buffer, specified by line/column.
Would it make sense to attach the drawn elements to text rather than row/column
positions? Otherwise you may need to recompute and redraw the entire buffer’s
line content even after inserting a single character. For concreteness, suppose
you are drawing a fancy box around a paragraph.
- Re: Drawing UI elements behind text, (continued)
- Re: Drawing UI elements behind text, Eli Zaretskii, 2024/11/27
- Re: Drawing UI elements behind text, Cecilio Pardo, 2024/11/27
- Re: Drawing UI elements behind text, Eli Zaretskii, 2024/11/27
- Re: Drawing UI elements behind text, Cecilio Pardo, 2024/11/27
- Re: Drawing UI elements behind text, Eli Zaretskii, 2024/11/28
- Re: Drawing UI elements behind text, Cecilio Pardo, 2024/11/28
- Re: Drawing UI elements behind text, Eli Zaretskii, 2024/11/28
- Re: Drawing UI elements behind text, Cecilio Pardo, 2024/11/28
- Re: Drawing UI elements behind text, Eli Zaretskii, 2024/11/28
- Re: Drawing UI elements behind text, Cecilio Pardo, 2024/11/28
- Re: Drawing UI elements behind text,
JD Smith <=
- Re: Drawing UI elements behind text, Cecilio Pardo, 2024/11/27
Re: Drawing UI elements behind text, JD Smith, 2024/11/26