mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
LibGUI: Convert GSplitter to ObjectPtr
This commit is contained in:
parent
efb8f9d538
commit
4f4438c04c
7 changed files with 10 additions and 8 deletions
|
@ -3,11 +3,13 @@
|
|||
#include <LibGUI/GFrame.h>
|
||||
|
||||
class GSplitter : public GFrame {
|
||||
C_OBJECT(GSplitter)
|
||||
public:
|
||||
GSplitter(Orientation, GWidget* parent);
|
||||
virtual ~GSplitter() override;
|
||||
|
||||
protected:
|
||||
GSplitter(Orientation, GWidget* parent);
|
||||
|
||||
virtual void mousedown_event(GMouseEvent&) override;
|
||||
virtual void mousemove_event(GMouseEvent&) override;
|
||||
virtual void mouseup_event(GMouseEvent&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue