andlabs / andlabs/libui

How to create a scrollbar

Abierto
#441 3 comentarios 1 reacción 0 asignados Ver en GitHub
Lenguaje dominante
C
Estrellas
10.9k
Forks
612
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

I was working on a simple application and I would really need to have a scrollbar to move around inside big file and display some file-based content on and uiArea.

The uiScollingArea is not an option because it required to draw the whole image and it will be too inefficient, I really need a scrollbar.

I understood that currently there are no scrollbars in libui but they exists in GTK+ with some simple APIs. As for windows I don't know exactly but I guess they should exists.

As a last resort I may implement scrollbars in libui by myself but I would like to have some advice.
Any specific reason they are not already in libui ?
Some idea about how to implement them in Windows ?

If other people are interested too I would like to collaborate to make a good implementation.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.