mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:18:11 +00:00
LibGUI: Use GFrame to draw the frames around GItemView and GTableView.
This commit is contained in:
parent
1fc03a7644
commit
3dc4255eb4
5 changed files with 27 additions and 14 deletions
|
@ -8,7 +8,7 @@ public:
|
|||
virtual ~GFrame() override;
|
||||
|
||||
enum Shadow { Plain, Raised, Sunken };
|
||||
enum Shape { NoFrame, Box, Panel, VerticalLine, HorizontalLine };
|
||||
enum Shape { NoFrame, Container, Panel, VerticalLine, HorizontalLine };
|
||||
|
||||
int frame_thickness() const { return m_thickness; }
|
||||
void set_frame_thickness(int thickness) { m_thickness = thickness; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue