Dialog


Description:

public Dialog (bool modal, Window? parent, string title, string subtitle, string info, string icon, Button? primary_button, Button? secondary_button)

Creates a new dialog.

Parameters:

modal

Whether the dialog is modal.

parent

The parent window of the dialog.

title

The title of the dialog.

subtitle

The subtitle of the dialog.

info

The info text of the dialog.

icon

The icon of the dialog.

primary_button

The primary button of the dialog.

secondary_button

The secondary button of the dialog.

Since:

1.0