andlabs / andlabs/libui

How to create a scrollbar

未关闭
#441 3 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
C
星标
10.9k
派生
612
PR 合并指标
30 天内没有已合并 PR

描述

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.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。