Skip to content

C++doesn't seem to have a direct method for minimizing windows #693

@Jack-Leey

Description

@Jack-Leey

Because of this, I have to use "webui_imize (e ->window);"

win.bind("minimize", [](webui::window::event* e) {
	webui_minimize(e->window);
    });

win.bind("close_win", [](webui::window::event* e) {
    e->get_window().close(); 
    });

Metadata

Metadata

Assignees

No one assigned

    Labels

    to-addA feature to add

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions