mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:17:44 +00:00
GUI: Rename ScrollBar::scrubber_size() to ScrollBar::visibile_scrubber_size()
This commit is contained in:
parent
cb2d56b909
commit
8eee5312c5
2 changed files with 8 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue