add_button


Description:

public unowned Widget add_button (string button_text, int response_id)

Adds a button with the given text.

GTK arranges things so that clicking the button will emit the [[email protected]:GtkDialog:response] signal with the given response_id. The button is appended to the end of the dialog’s action area. The button widget is returned, but usually you don’t need it.

Parameters:

this

a `GtkDialog`

button_text

text of button

response_id

response ID for the button

Returns:

the `GtkButton` widget that was added




2022 vala-language.org