partial fix of scroll_view

This commit is contained in:
2026-02-11 15:16:52 +05:00
parent ee6375f553
commit 5ef7f91764
4 changed files with 66 additions and 59 deletions

View File

@@ -350,7 +350,8 @@ TimPanelItem* tim_panel(TimPanel* self, bool is_selected, i32 x, i32 y, i32 w, i
void TimPanel_selectNext(TimPanel* self);
void TimPanel_selectPrev(TimPanel* self);
///
/// Scrollable scope.
/// WARNING: draw it before anything else or it will overlap
void tim_scroll_view(TimScrollView* self, i32 x, i32 y, i32 w, i32 h, TimStyle style);
#pragma endregion