mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 00:59:28 +00:00
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:
@@ -94,6 +94,9 @@ class BtnGridView : public View {
|
||||
button_h = h;
|
||||
}
|
||||
|
||||
void page_up();
|
||||
void page_down();
|
||||
|
||||
protected:
|
||||
virtual void on_populate() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user