Btngrid better paging (#3061)

* improved paging for ui_btngrid

* move pgup and down to their own funcs in btngrid

* one line minus (format code)

* visible check before focus
This commit is contained in:
E.T.
2026-03-02 23:33:09 +01:00
committed by GitHub
parent 3d8bc308ee
commit b9958a689b
2 changed files with 87 additions and 10 deletions
+3
View File
@@ -94,6 +94,9 @@ class BtnGridView : public View {
button_h = h;
}
void page_up();
void page_down();
protected:
virtual void on_populate() = 0;