Skip to content

Dialogs are not imported by default #689

@whitebyte

Description

@whitebyte
import dlangui;

// without this two lines Dialog and FileDialog are undefined identifiers, but other widgets works just fine
// import dlangui.dialogs.dialog;
// import dlangui.dialogs.filedlg;

...

FileDialog dlg = new FileDialog(caption, window, null); // error if two dialogs are not imported explicitly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions