mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 16:46:08 +00:00
LibGfx: Add painting transparency grids to StylePainter
This commit is contained in:
parent
7d83665635
commit
7ab04ea31a
Notes:
sideshowbarker
2024-07-19 02:13:42 +09:00
Author: https://github.com/xTibor
Commit: 7ab04ea31a
Pull-request: https://github.com/SerenityOS/serenity/pull/3598
4 changed files with 13 additions and 0 deletions
|
@ -43,6 +43,7 @@ public:
|
|||
void paint_progress_bar(Painter&, const IntRect&, const Palette&, int min, int max, int value, const StringView& text) override;
|
||||
void paint_radio_button(Painter&, const IntRect&, const Palette&, bool is_checked, bool is_being_pressed) override;
|
||||
void paint_check_box(Painter&, const IntRect&, const Palette&, bool is_enabled, bool is_checked, bool is_being_pressed) override;
|
||||
void paint_transparency_grid(Painter&, const IntRect&, const Palette&) override;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue