Interface

Panel-1PanelSaveDialogSignalSignatures

interface SignalSignatures {
    "activate-default": () => void;
    "activate-focus": () => void;
    "close-request": () => boolean | void;
    destroy: () => void;
    "direction-changed": (arg0: Gtk.TextDirection) => void;
    "enable-debugging": (arg0: boolean) => boolean | void;
    hide: () => void;
    "keynav-failed": (arg0: Gtk.DirectionType) => boolean | void;
    "keys-changed": () => void;
    map: () => void;
    "mnemonic-activate": (arg0: boolean) => boolean | void;
    "move-focus": (arg0: Gtk.DirectionType) => void;
    notify: (arg0: GObject.ParamSpec) => void;
    "notify::accessible-role": (pspec: GObject.ParamSpec) => void;
    "notify::application": (pspec: GObject.ParamSpec) => void;
    "notify::body": (pspec: GObject.ParamSpec) => void;
    "notify::body-use-markup": (pspec: GObject.ParamSpec) => void;
    "notify::can-focus": (pspec: GObject.ParamSpec) => void;
    "notify::can-target": (pspec: GObject.ParamSpec) => void;
    "notify::child": (pspec: GObject.ParamSpec) => void;
    "notify::close-after-save": (pspec: GObject.ParamSpec) => void;
    "notify::close-response": (pspec: GObject.ParamSpec) => void;
    "notify::css-classes": (pspec: GObject.ParamSpec) => void;
    "notify::css-name": (pspec: GObject.ParamSpec) => void;
    "notify::cursor": (pspec: GObject.ParamSpec) => void;
    "notify::decorated": (pspec: GObject.ParamSpec) => void;
    "notify::default-height": (pspec: GObject.ParamSpec) => void;
    "notify::default-response": (pspec: GObject.ParamSpec) => void;
    "notify::default-widget": (pspec: GObject.ParamSpec) => void;
    "notify::default-width": (pspec: GObject.ParamSpec) => void;
    "notify::deletable": (pspec: GObject.ParamSpec) => void;
    "notify::destroy-with-parent": (pspec: GObject.ParamSpec) => void;
    "notify::display": (pspec: GObject.ParamSpec) => void;
    "notify::extra-child": (pspec: GObject.ParamSpec) => void;
    "notify::focus-on-click": (pspec: GObject.ParamSpec) => void;
    "notify::focus-visible": (pspec: GObject.ParamSpec) => void;
    "notify::focus-widget": (pspec: GObject.ParamSpec) => void;
    "notify::focusable": (pspec: GObject.ParamSpec) => void;
    "notify::fullscreened": (pspec: GObject.ParamSpec) => void;
    "notify::gravity": (pspec: GObject.ParamSpec) => void;
    "notify::halign": (pspec: GObject.ParamSpec) => void;
    "notify::handle-menubar-accel": (pspec: GObject.ParamSpec) => void;
    "notify::has-default": (pspec: GObject.ParamSpec) => void;
    "notify::has-focus": (pspec: GObject.ParamSpec) => void;
    "notify::has-tooltip": (pspec: GObject.ParamSpec) => void;
    "notify::heading": (pspec: GObject.ParamSpec) => void;
    "notify::heading-use-markup": (pspec: GObject.ParamSpec) => void;
    "notify::height-request": (pspec: GObject.ParamSpec) => void;
    "notify::hexpand": (pspec: GObject.ParamSpec) => void;
    "notify::hexpand-set": (pspec: GObject.ParamSpec) => void;
    "notify::hide-on-close": (pspec: GObject.ParamSpec) => void;
    "notify::icon-name": (pspec: GObject.ParamSpec) => void;
    "notify::is-active": (pspec: GObject.ParamSpec) => void;
    "notify::layout-manager": (pspec: GObject.ParamSpec) => void;
    "notify::limit-events": (pspec: GObject.ParamSpec) => void;
    "notify::margin-bottom": (pspec: GObject.ParamSpec) => void;
    "notify::margin-end": (pspec: GObject.ParamSpec) => void;
    "notify::margin-start": (pspec: GObject.ParamSpec) => void;
    "notify::margin-top": (pspec: GObject.ParamSpec) => void;
    "notify::maximized": (pspec: GObject.ParamSpec) => void;
    "notify::mnemonics-visible": (pspec: GObject.ParamSpec) => void;
    "notify::modal": (pspec: GObject.ParamSpec) => void;
    "notify::name": (pspec: GObject.ParamSpec) => void;
    "notify::opacity": (pspec: GObject.ParamSpec) => void;
    "notify::overflow": (pspec: GObject.ParamSpec) => void;
    "notify::parent": (pspec: GObject.ParamSpec) => void;
    "notify::receives-default": (pspec: GObject.ParamSpec) => void;
    "notify::resizable": (pspec: GObject.ParamSpec) => void;
    "notify::root": (pspec: GObject.ParamSpec) => void;
    "notify::scale-factor": (pspec: GObject.ParamSpec) => void;
    "notify::sensitive": (pspec: GObject.ParamSpec) => void;
    "notify::startup-id": (pspec: GObject.ParamSpec) => void;
    "notify::suspended": (pspec: GObject.ParamSpec) => void;
    "notify::title": (pspec: GObject.ParamSpec) => void;
    "notify::titlebar": (pspec: GObject.ParamSpec) => void;
    "notify::tooltip-markup": (pspec: GObject.ParamSpec) => void;
    "notify::tooltip-text": (pspec: GObject.ParamSpec) => void;
    "notify::transient-for": (pspec: GObject.ParamSpec) => void;
    "notify::valign": (pspec: GObject.ParamSpec) => void;
    "notify::vexpand": (pspec: GObject.ParamSpec) => void;
    "notify::vexpand-set": (pspec: GObject.ParamSpec) => void;
    "notify::visible": (pspec: GObject.ParamSpec) => void;
    "notify::width-request": (pspec: GObject.ParamSpec) => void;
    "query-tooltip": (
        arg0: number,
        arg1: number,
        arg2: boolean,
        arg3: Gtk.Tooltip,
    ) => boolean | void;
    realize: () => void;
    response: (arg0: string) => void;
    "response::application": (arg0: string) => void;
    "response::body": (arg0: string) => void;
    "response::body-use-markup": (arg0: string) => void;
    "response::can-focus": (arg0: string) => void;
    "response::can-target": (arg0: string) => void;
    "response::child": (arg0: string) => void;
    "response::close-response": (arg0: string) => void;
    "response::css-classes": (arg0: string) => void;
    "response::css-name": (arg0: string) => void;
    "response::cursor": (arg0: string) => void;
    "response::decorated": (arg0: string) => void;
    "response::default-height": (arg0: string) => void;
    "response::default-response": (arg0: string) => void;
    "response::default-widget": (arg0: string) => void;
    "response::default-width": (arg0: string) => void;
    "response::deletable": (arg0: string) => void;
    "response::destroy-with-parent": (arg0: string) => void;
    "response::display": (arg0: string) => void;
    "response::extra-child": (arg0: string) => void;
    "response::focus-on-click": (arg0: string) => void;
    "response::focus-visible": (arg0: string) => void;
    "response::focus-widget": (arg0: string) => void;
    "response::focusable": (arg0: string) => void;
    "response::fullscreened": (arg0: string) => void;
    "response::gravity": (arg0: string) => void;
    "response::halign": (arg0: string) => void;
    "response::handle-menubar-accel": (arg0: string) => void;
    "response::has-default": (arg0: string) => void;
    "response::has-focus": (arg0: string) => void;
    "response::has-tooltip": (arg0: string) => void;
    "response::heading": (arg0: string) => void;
    "response::heading-use-markup": (arg0: string) => void;
    "response::height-request": (arg0: string) => void;
    "response::hexpand": (arg0: string) => void;
    "response::hexpand-set": (arg0: string) => void;
    "response::hide-on-close": (arg0: string) => void;
    "response::icon-name": (arg0: string) => void;
    "response::is-active": (arg0: string) => void;
    "response::layout-manager": (arg0: string) => void;
    "response::limit-events": (arg0: string) => void;
    "response::margin-bottom": (arg0: string) => void;
    "response::margin-end": (arg0: string) => void;
    "response::margin-start": (arg0: string) => void;
    "response::margin-top": (arg0: string) => void;
    "response::maximized": (arg0: string) => void;
    "response::mnemonics-visible": (arg0: string) => void;
    "response::modal": (arg0: string) => void;
    "response::name": (arg0: string) => void;
    "response::opacity": (arg0: string) => void;
    "response::overflow": (arg0: string) => void;
    "response::parent": (arg0: string) => void;
    "response::receives-default": (arg0: string) => void;
    "response::resizable": (arg0: string) => void;
    "response::root": (arg0: string) => void;
    "response::scale-factor": (arg0: string) => void;
    "response::sensitive": (arg0: string) => void;
    "response::startup-id": (arg0: string) => void;
    "response::suspended": (arg0: string) => void;
    "response::title": (arg0: string) => void;
    "response::titlebar": (arg0: string) => void;
    "response::tooltip-markup": (arg0: string) => void;
    "response::tooltip-text": (arg0: string) => void;
    "response::transient-for": (arg0: string) => void;
    "response::valign": (arg0: string) => void;
    "response::vexpand": (arg0: string) => void;
    "response::vexpand-set": (arg0: string) => void;
    "response::visible": (arg0: string) => void;
    "response::width-request": (arg0: string) => void;
    show: () => void;
    "state-flags-changed": (arg0: Gtk.StateFlags) => void;
    unmap: () => void;
    unrealize: () => void;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Adw

activate-default activate-focus close-request destroy direction-changed enable-debugging hide keynav-failed keys-changed map mnemonic-activate move-focus notify notify::accessible-role query-tooltip realize response response::application response::body response::body-use-markup response::can-focus response::can-target response::child response::close-response response::css-classes response::css-name response::cursor response::decorated response::default-height response::default-response response::default-widget response::default-width response::deletable response::destroy-with-parent response::display response::extra-child response::focus-on-click response::focus-visible response::focus-widget response::focusable response::fullscreened response::gravity response::halign response::handle-menubar-accel response::has-default response::has-focus response::has-tooltip response::heading response::heading-use-markup response::height-request response::hexpand response::hexpand-set response::hide-on-close response::icon-name response::is-active response::layout-manager response::limit-events response::margin-bottom response::margin-end response::margin-start response::margin-top response::maximized response::mnemonics-visible response::modal response::name response::opacity response::overflow response::parent response::receives-default response::resizable response::root response::scale-factor response::sensitive response::startup-id response::suspended response::title response::titlebar response::tooltip-markup response::tooltip-text response::transient-for response::valign response::vexpand response::vexpand-set response::visible response::width-request show state-flags-changed unmap unrealize

Properties

"notify::application": (pspec: GObject.ParamSpec) => void
"notify::body": (pspec: GObject.ParamSpec) => void
"notify::body-use-markup": (pspec: GObject.ParamSpec) => void
"notify::can-focus": (pspec: GObject.ParamSpec) => void
"notify::can-target": (pspec: GObject.ParamSpec) => void
"notify::child": (pspec: GObject.ParamSpec) => void
"notify::close-after-save": (pspec: GObject.ParamSpec) => void
"notify::close-response": (pspec: GObject.ParamSpec) => void
"notify::css-classes": (pspec: GObject.ParamSpec) => void
"notify::css-name": (pspec: GObject.ParamSpec) => void
"notify::cursor": (pspec: GObject.ParamSpec) => void
"notify::decorated": (pspec: GObject.ParamSpec) => void
"notify::default-height": (pspec: GObject.ParamSpec) => void
"notify::default-response": (pspec: GObject.ParamSpec) => void
"notify::default-widget": (pspec: GObject.ParamSpec) => void
"notify::default-width": (pspec: GObject.ParamSpec) => void
"notify::deletable": (pspec: GObject.ParamSpec) => void
"notify::destroy-with-parent": (pspec: GObject.ParamSpec) => void
"notify::display": (pspec: GObject.ParamSpec) => void
"notify::extra-child": (pspec: GObject.ParamSpec) => void
"notify::focus-on-click": (pspec: GObject.ParamSpec) => void
"notify::focus-visible": (pspec: GObject.ParamSpec) => void
"notify::focus-widget": (pspec: GObject.ParamSpec) => void
"notify::focusable": (pspec: GObject.ParamSpec) => void
"notify::fullscreened": (pspec: GObject.ParamSpec) => void
"notify::gravity": (pspec: GObject.ParamSpec) => void
"notify::halign": (pspec: GObject.ParamSpec) => void
"notify::handle-menubar-accel": (pspec: GObject.ParamSpec) => void
"notify::has-default": (pspec: GObject.ParamSpec) => void
"notify::has-focus": (pspec: GObject.ParamSpec) => void
"notify::has-tooltip": (pspec: GObject.ParamSpec) => void
"notify::heading": (pspec: GObject.ParamSpec) => void
"notify::heading-use-markup": (pspec: GObject.ParamSpec) => void
"notify::height-request": (pspec: GObject.ParamSpec) => void
"notify::hexpand": (pspec: GObject.ParamSpec) => void
"notify::hexpand-set": (pspec: GObject.ParamSpec) => void
"notify::hide-on-close": (pspec: GObject.ParamSpec) => void
"notify::icon-name": (pspec: GObject.ParamSpec) => void
"notify::is-active": (pspec: GObject.ParamSpec) => void
"notify::layout-manager": (pspec: GObject.ParamSpec) => void
"notify::limit-events": (pspec: GObject.ParamSpec) => void
"notify::margin-bottom": (pspec: GObject.ParamSpec) => void
"notify::margin-end": (pspec: GObject.ParamSpec) => void
"notify::margin-start": (pspec: GObject.ParamSpec) => void
"notify::margin-top": (pspec: GObject.ParamSpec) => void
"notify::maximized": (pspec: GObject.ParamSpec) => void
"notify::mnemonics-visible": (pspec: GObject.ParamSpec) => void
"notify::modal": (pspec: GObject.ParamSpec) => void
"notify::name": (pspec: GObject.ParamSpec) => void
"notify::opacity": (pspec: GObject.ParamSpec) => void
"notify::overflow": (pspec: GObject.ParamSpec) => void
"notify::parent": (pspec: GObject.ParamSpec) => void
"notify::receives-default": (pspec: GObject.ParamSpec) => void
"notify::resizable": (pspec: GObject.ParamSpec) => void
"notify::root": (pspec: GObject.ParamSpec) => void
"notify::scale-factor": (pspec: GObject.ParamSpec) => void
"notify::sensitive": (pspec: GObject.ParamSpec) => void
"notify::startup-id": (pspec: GObject.ParamSpec) => void
"notify::suspended": (pspec: GObject.ParamSpec) => void
"notify::title": (pspec: GObject.ParamSpec) => void
"notify::titlebar": (pspec: GObject.ParamSpec) => void
"notify::tooltip-markup": (pspec: GObject.ParamSpec) => void
"notify::tooltip-text": (pspec: GObject.ParamSpec) => void
"notify::transient-for": (pspec: GObject.ParamSpec) => void
"notify::valign": (pspec: GObject.ParamSpec) => void
"notify::vexpand": (pspec: GObject.ParamSpec) => void
"notify::vexpand-set": (pspec: GObject.ParamSpec) => void
"notify::visible": (pspec: GObject.ParamSpec) => void
"notify::width-request": (pspec: GObject.ParamSpec) => void

Properties - Inherited from Adw

"activate-default": () => void

Emitted when the user activates the default widget.

This is a keybinding signal.

The keybindings for this signal are all forms of the Enter key.

"activate-focus": () => void

Emitted when the user activates the currently focused widget of window.

This is a keybinding signal.

The default binding for this signal is .

"close-request": () => boolean | void

Emitted when the user clicks on the close button of the window.

destroy: () => void

Signals that all holders of a reference to the widget should release the reference that they hold.

May result in finalization of the widget if all references are released.

This signal is not suitable for saving widget state.

"direction-changed": (arg0: Gtk.TextDirection) => void

Emitted when the text direction of a widget changes.

"enable-debugging": (arg0: boolean) => boolean | void

Emitted when the user enables or disables interactive debugging.

When toggle is true, interactive debugging is toggled on or off, when it is false, the debugger will be pointed at the widget under the pointer.

This is a keybinding signal.

The default bindings for this signal are Ctrl+Shift+I and Ctrl+Shift+D.

hide: () => void

Emitted when widget is hidden.

"keynav-failed": (arg0: Gtk.DirectionType) => boolean | void

Emitted if keyboard navigation fails.

See Gtk.Widget.keynav_failed for details.

"keys-changed": () => void

Emitted when the set of accelerators or mnemonics that are associated with the window changes.

since 4.10: Use Gtk.Shortcut and Gtk.EventController to implement keyboard shortcuts

map: () => void

Emitted when widget is going to be mapped.

A widget is mapped when the widget is visible (which is controlled with Gtk.Widget.visible) and all its parents up to the toplevel widget are also visible.

The ::map signal can be used to determine whether a widget will be drawn, for instance it can resume an animation that was stopped during the emission of Gtk.Widget::unmap.

"mnemonic-activate": (arg0: boolean) => boolean | void

Emitted when a widget is activated via a mnemonic.

The default handler for this signal activates widget if group_cycling is false, or just makes widget grab focus if group_cycling is true.

"move-focus": (arg0: Gtk.DirectionType) => void

Emitted when the focus is moved.

The ::move-focus signal is a keybinding signal.

The default bindings for this signal are Tab to move forward, and Shift+Tab to move backward.

notify: (arg0: GObject.ParamSpec) => void

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Note that getting this signal doesn’t itself guarantee that the value of the property has actually changed. When it is emitted is determined by the derived GObject class. If the implementor did not create the property with GObject.ParamFlags.EXPLICIT_NOTIFY, then any call to g_object_set_property() results in ::notify being emitted, even if the new value is the same as the old. If they did pass GObject.ParamFlags.EXPLICIT_NOTIFY, then this signal is emitted only when they explicitly call g_object_notify() or g_object_notify_by_pspec(), and common practice is to do that only when the value has actually changed.

This signal is typically used to obtain change notification for a single property, by specifying the property name as a detail in the g_signal_connect() call, like this:

g_signal_connect (text_view->buffer, "notify::paste-target-list",
G_CALLBACK (gtk_text_view_target_list_notify),
text_view)

It is important to note that you must use [canonical parameter names][class@GObject.ParamSpec#parameter-names] as detail strings for the notify signal.

"notify::accessible-role": (pspec: GObject.ParamSpec) => void
"query-tooltip": (
    arg0: number,
    arg1: number,
    arg2: boolean,
    arg3: Gtk.Tooltip,
) => boolean | void

Emitted when the widget’s tooltip is about to be shown.

This happens when the Gtk.Widget.has_tooltip property is true and the hover timeout has expired with the cursor hovering above widget; or emitted when widget got focus in keyboard mode.

Using the given coordinates, the signal handler should determine whether a tooltip should be shown for widget. If this is the case true should be returned, false otherwise. Note that if keyboard_mode is true, the values of x and y are undefined and should not be used.

The signal handler is free to manipulate tooltip with the therefore destined function calls.

realize: () => void

Emitted when widget is associated with a Gdk.Surface.

This means that Gtk.Widget.realize has been called or the widget has been mapped (that is, it is going to be drawn).

response: (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::application": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::body": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::body-use-markup": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::can-focus": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::can-target": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::child": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::close-response": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::css-classes": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::css-name": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::cursor": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::decorated": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::default-height": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::default-response": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::default-widget": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::default-width": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::deletable": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::destroy-with-parent": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::display": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::extra-child": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::focus-on-click": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::focus-visible": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::focus-widget": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::focusable": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::fullscreened": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::gravity": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::halign": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::handle-menubar-accel": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::has-default": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::has-focus": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::has-tooltip": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::heading": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::heading-use-markup": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::height-request": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::hexpand": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::hexpand-set": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::hide-on-close": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::icon-name": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::is-active": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::layout-manager": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::limit-events": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::margin-bottom": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::margin-end": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::margin-start": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::margin-top": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::maximized": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::mnemonics-visible": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::modal": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::name": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::opacity": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::overflow": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::parent": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::receives-default": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::resizable": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::root": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::scale-factor": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::sensitive": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::startup-id": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::suspended": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::title": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::titlebar": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::tooltip-markup": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::tooltip-text": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::transient-for": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::valign": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::vexpand": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::vexpand-set": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::visible": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

"response::width-request": (arg0: string) => void

This signal is emitted when the dialog is closed.

response will be set to the response ID of the button that had been activated.

if the dialog was closed by pressing Escape or with a system action, response will be set to the value of MessageDialog.close_response.

1.2

since 1.6: Use AlertDialog.

show: () => void

Emitted when widget is shown.

"state-flags-changed": (arg0: Gtk.StateFlags) => void

Emitted when the widget state changes.

See Gtk.Widget.get_state_flags.

unmap: () => void

Emitted when widget is going to be unmapped.

A widget is unmapped when either it or any of its parents up to the toplevel widget have been set as hidden.

As ::unmap indicates that a widget will not be shown any longer, it can be used to, for example, stop an animation on the widget.

unrealize: () => void

Emitted when the Gdk.Surface associated with widget is destroyed.

This means that Gtk.Widget.unrealize has been called or the widget has been unmapped (that is, it is going to be hidden).