mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
GMLCompiler: Add enum initializer for background_role
This commit is contained in:
parent
64e79a618b
commit
f6c32ea45e
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ static ErrorOr<Optional<String>> generate_enum_initializer_for(StringView proper
|
|||
static HashMap<StringView, StringView> enum_properties = {
|
||||
{ "text_alignment"sv, "Gfx::TextAlignment"sv },
|
||||
{ "focus_policy"sv, "GUI::FocusPolicy"sv },
|
||||
{ "background_role"sv, "Gfx::ColorRole"sv },
|
||||
{ "foreground_role"sv, "Gfx::ColorRole"sv },
|
||||
{ "frame_style"sv, "Gfx::FrameStyle"sv },
|
||||
{ "text_wrapping"sv, "Gfx::TextWrapping"sv },
|
||||
|
|
Loading…
Add table
Reference in a new issue