Gcr.Prompt
const Gcr = imports.gi.Gcr; let prompt = new Gcr.Prompt({ caller_window: value, cancel_label: value, choice_label: value, continue_label: value, description: value, message: value, title: value, warning: value, });
Represents a Gcr.Prompt displayed to the user.
Prerequisites
Prompt requires GObject.Object
Known Implementations
Prompt is implemented by SystemPrompt
Methods
- Gcr.Prompt.prototype.close
- Gcr.Prompt.prototype.confirm
- Gcr.Prompt.prototype.confirm_async
- Gcr.Prompt.prototype.confirm_finish
- Gcr.Prompt.prototype.confirm_run
- Gcr.Prompt.prototype.get_caller_window
- Gcr.Prompt.prototype.get_cancel_label
- Gcr.Prompt.prototype.get_choice_chosen
- Gcr.Prompt.prototype.get_choice_label
- Gcr.Prompt.prototype.get_continue_label
- Gcr.Prompt.prototype.get_description
- Gcr.Prompt.prototype.get_message
- Gcr.Prompt.prototype.get_password_new
- Gcr.Prompt.prototype.get_password_strength
- Gcr.Prompt.prototype.get_title
- Gcr.Prompt.prototype.get_warning
- Gcr.Prompt.prototype.password
- Gcr.Prompt.prototype.password_async
- Gcr.Prompt.prototype.password_finish
- Gcr.Prompt.prototype.password_run
- Gcr.Prompt.prototype.reset
- Gcr.Prompt.prototype.set_caller_window
- Gcr.Prompt.prototype.set_cancel_label
- Gcr.Prompt.prototype.set_choice_chosen
- Gcr.Prompt.prototype.set_choice_label
- Gcr.Prompt.prototype.set_continue_label
- Gcr.Prompt.prototype.set_description
- Gcr.Prompt.prototype.set_message
- Gcr.Prompt.prototype.set_password_new
- Gcr.Prompt.prototype.set_title
- Gcr.Prompt.prototype.set_warning