mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 15:17:45 +00:00
VisualBuilder: Add GScrollBar (and yes, an icon for it, too.)
This commit is contained in:
parent
f25c524f20
commit
3f67298dad
4 changed files with 11 additions and 0 deletions
|
@ -32,6 +32,7 @@ enum class WidgetType {
|
|||
GTextEditor,
|
||||
GProgressBar,
|
||||
GCheckBox,
|
||||
GScrollBar,
|
||||
};
|
||||
|
||||
class VBWidget : public Retainable<VBWidget>, public Weakable<VBWidget> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue