mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
LibWeb: Implement <input type=submit> without using LibGUI
Following in the footsteps of <input type=checkbox>, this patch adds LayoutButton which implements a basic push button using LibGfx styling primitives.
This commit is contained in:
parent
94c55d9e37
commit
cd5570670c
7 changed files with 220 additions and 40 deletions
|
@ -136,6 +136,8 @@ namespace Web {
|
|||
class EventHandler;
|
||||
class Frame;
|
||||
class LayoutBlock;
|
||||
class LayoutButton;
|
||||
class LayoutCheckBox;
|
||||
class LayoutDocument;
|
||||
class LayoutNode;
|
||||
class LayoutNodeWithStyle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue