LibGUI: Split OpacitySlider into vertical and horizontal helper classes

This commit is contained in:
FrHun 2022-12-07 23:40:36 +01:00 committed by Andreas Kling
commit 59028515c0
Notes: sideshowbarker 2024-07-17 04:03:27 +09:00
9 changed files with 56 additions and 11 deletions

View file

@ -33,6 +33,7 @@ class Frame;
class GroupBox;
class HeaderView;
class HorizontalBoxLayout;
class HorizontalOpacitySlider;
class HorizontalSlider;
class Icon;
class IconView;
@ -88,6 +89,7 @@ class TreeView;
class ValueSlider;
class Variant;
class VerticalBoxLayout;
class VerticalOpacitySlider;
class VerticalSlider;
class WMEvent;
class Widget;