mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
GUI: Rename ScrollBar::scrubber_size() to ScrollBar::visibile_scrubber_size()
This commit is contained in:
committed by
Andreas Kling
parent
cb2d56b909
commit
8eee5312c5
@@ -87,7 +87,7 @@ private:
|
||||
Gfx::IntRect decrement_gutter_rect() const;
|
||||
Gfx::IntRect increment_gutter_rect() const;
|
||||
Gfx::IntRect scrubber_rect() const;
|
||||
int 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);
|
||||
|
||||
Reference in New Issue
Block a user