[][src]Crate dialog_box

Functions

calender

The calender function can give the dialog-box/popup on the screen by which we can put the desired output as per our requirement. This function can return the input value.

error

The error function can display the error dialog-box/popup on the screen with the given error message.

file_path

The file_path function can give the dialog-box/popup on the screen by which we can path of our directory. This function can return the entered path of directory.

information

The information function can display the dialog-box/popup on the screen with the given argument.

pick_number

The pick_number function can give the dialog-box/popup on the screen by which we can choose any number between 1 to 100. This function can return that number.

progress

The progress function can display the progress dialog-box/popup on the screen.

question

The question function can give the dialog-box/popup on the screen by which we can put the desired answer for that question. This function can return the answer.

warning

The warning function can display the warning dialog-box/popup on the screen with the given warning message.