mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 23:27:42 +00:00
LibGUI: Rename AbstractSlider::on_value_changed => on_change
This matches other similar hook names.
This commit is contained in:
parent
3b445bc66a
commit
cb67264f61
11 changed files with 21 additions and 21 deletions
|
@ -53,7 +53,7 @@ public:
|
|||
void set_step(int step) { m_step = step; }
|
||||
void set_page_step(int page_step);
|
||||
|
||||
Function<void(int)> on_value_changed;
|
||||
Function<void(int)> on_change;
|
||||
|
||||
protected:
|
||||
explicit AbstractSlider(Orientation = Orientation::Vertical);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue