Skip to content

Window_Windows::init() does not allow to control initial visibility and closeability #57

@ManuelKugelmann

Description

@ManuelKugelmann

Maybe change the signature toBool Window_WindowsX::init(bool visible, bool closeable)and add

if (!closeable)
{
    m_windowClass.style |= CS_NOCLOSE;
}

and

setVisibility(visible);

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions