partial fix of scroll_view
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user