mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:47:35 +00:00
LibGUI+Applications: Rename automatic scrolling timer functions
Renames on_automatic_scrolling_timer_fired() => automatic_scrolling_timer_did_fire() The 'on_' prefix is usually reserved for AK::Function hooks. Renames set_automatic_scrolling_{active,timer}() => set_automatic_scrolling_timer_active() For consistency, accuracy, and header file A E S T H E T I C S
This commit is contained in:
parent
5b02e6a46b
commit
d938b9effe
10 changed files with 30 additions and 30 deletions
|
@ -79,8 +79,8 @@ private:
|
|||
float unclamped_scrubber_size() const;
|
||||
int visible_scrubber_size() const;
|
||||
int scrubbable_range_in_pixels() const;
|
||||
void on_automatic_scrolling_timer_fired();
|
||||
void set_automatic_scrolling_active(bool, Component);
|
||||
void automatic_scrolling_timer_did_fire();
|
||||
void set_automatic_scrolling_timer_active(bool, Component);
|
||||
|
||||
void scroll_to_position(Gfx::IntPoint);
|
||||
void scroll_by_page(Gfx::IntPoint);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue