mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +00:00
LibGUI+LibCore: Remove the GUI::SizePolicy enum
This commit is contained in:
parent
7dc5a3ead8
commit
0f3b0b65ae
2 changed files with 0 additions and 21 deletions
|
@ -300,12 +300,6 @@ const LogStream& operator<<(const LogStream&, const Object&);
|
|||
return false; \
|
||||
})
|
||||
|
||||
#define REGISTER_SIZE_POLICY_PROPERTY(property_name, getter, setter) \
|
||||
REGISTER_ENUM_PROPERTY( \
|
||||
property_name, getter, setter, GUI::SizePolicy, \
|
||||
{ GUI::SizePolicy::Fill, "Fill" }, \
|
||||
{ GUI::SizePolicy::Fixed, "Fixed" })
|
||||
|
||||
#define REGISTER_TEXT_ALIGNMENT_PROPERTY(property_name, getter, setter) \
|
||||
REGISTER_ENUM_PROPERTY( \
|
||||
property_name, getter, setter, Gfx::TextAlignment, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue